List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:September 9 2008 2:59pm
Subject:bzr commit into mysql-6.0-falcon branch (hky:2816)
View as plain text  
#At file:///home/hakan/work/mysql/mysql-6.0-falcon-team/

 2816 Hakan Kuecuekyilmaz	2008-09-09
      Added comment about stupid and misleading
      server level error message.
modified:
  mysql-test/suite/falcon/r/falcon_bug_24024.result
  mysql-test/suite/falcon/t/falcon_bug_24024.test

per-file messages:
  mysql-test/suite/falcon/r/falcon_bug_24024.result
    Adjusted result file.
  mysql-test/suite/falcon/t/falcon_bug_24024.test
    Added comment about stupid and misleading
    server level error message.
=== modified file 'mysql-test/suite/falcon/r/falcon_bug_24024.result'
--- a/mysql-test/suite/falcon/r/falcon_bug_24024.result	2008-09-09 08:30:18 +0000
+++ b/mysql-test/suite/falcon/r/falcon_bug_24024.result	2008-09-09 14:59:40 +0000
@@ -15,6 +15,9 @@ SELECT * FROM t1;
 a	b
 1	NULL
 7	NULL
+!!! Error message is total crap!
+!!! Something like "Cannot drop locked table" or similar would be fine,
+!!! But never the misleading    ERROR 42S02: Unknown table 't1'.
 DROP TABLE t1;
 ERROR 42S02: Unknown table 't1'
 SHOW WARNINGS;

=== modified file 'mysql-test/suite/falcon/t/falcon_bug_24024.test'
--- a/mysql-test/suite/falcon/t/falcon_bug_24024.test	2008-09-09 08:30:18 +0000
+++ b/mysql-test/suite/falcon/t/falcon_bug_24024.test	2008-09-09 14:59:40 +0000
@@ -39,6 +39,9 @@ INSERT INTO t1(a) VALUES(7);
 COMMIT;
 SELECT * FROM t1;
 
+--echo !!! Error message is total crap!
+--echo !!! Something like "Cannot drop locked table" or similar would be fine,
+--echo !!! But never the misleading    ERROR 42S02: Unknown table 't1'.
 --error ER_BAD_TABLE_ERROR
 DROP TABLE t1;
 SHOW WARNINGS;

Thread
bzr commit into mysql-6.0-falcon branch (hky:2816) Hakan Kuecuekyilmaz9 Sep