#At file:///export/home/jl208045/mysql/mysql-next-mr-bugfixing-30597/ based on revid:dao-gang.qu@stripped
3274 Jorgen Loland 2010-09-06
BUG#34750: Print database name in Unknown Table error message
Followup patch - update result file for
partition_not_blackhole test
@ mysql-test/r/partition_not_blackhole.result
Updated warning output for drop view/drop table: database name is now printed.
modified:
mysql-test/r/partition_not_blackhole.result
=== modified file 'mysql-test/r/partition_not_blackhole.result'
--- a/mysql-test/r/partition_not_blackhole.result 2010-07-08 12:36:55 +0000
+++ b/mysql-test/r/partition_not_blackhole.result 2010-09-06 07:27:38 +0000
@@ -11,6 +11,6 @@ t1
SHOW CREATE TABLE t1;
ERROR HY000: Incorrect information in file: './test/t1.frm'
DROP TABLE t1;
-ERROR 42S02: Unknown table 't1'
+ERROR 42S02: Unknown table 'test.t1'
t1.frm
t1.par
Attachment: [text/bzr-bundle] bzr/jorgen.loland@oracle.com-20100906072738-ugb051ustfp90ox9.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-bugfixing branch (jorgen.loland:3274) Bug#34750 | Jorgen Loland | 6 Sep |