summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <sanja@montyprogram.com>2013-07-03 10:18:22 +0300
committerunknown <sanja@montyprogram.com>2013-07-03 10:18:22 +0300
commit68daeda521e4769b6a66c1d444ee85b1c1bbb320 (patch)
tree2c69b8754f5ed03cddfdcb0c9ee76f5b758d4810
parent82a0b8ae30bc7c9ad9b27bf00ec608954f2262e0 (diff)
downloadmariadb-git-68daeda521e4769b6a66c1d444ee85b1c1bbb320.tar.gz
ps_1general fixed.
-rw-r--r--mysql-test/r/ps_1general.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ps_1general.result b/mysql-test/r/ps_1general.result
index 3ca0cf8554f..390841f2089 100644
--- a/mysql-test/r/ps_1general.result
+++ b/mysql-test/r/ps_1general.result
@@ -325,10 +325,10 @@ drop table if exists t5;
prepare stmt1 from ' drop table if exists t5 ' ;
execute stmt1 ;
Warnings:
-Note 1051 Unknown table 't5'
+Note 1051 Unknown table 'test.t5'
prepare stmt1 from ' drop table t5 ' ;
execute stmt1 ;
-ERROR 42S02: Unknown table 't5'
+ERROR 42S02: Unknown table 'test.t5'
prepare stmt1 from ' SELECT @@version ' ;
execute stmt1 ;
@@version