From 68262ba648886e2d5f35fc85e3cc45df7ffd9ae5 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Jul 2013 10:22:19 +0300 Subject: [PATCH] ps_ddl1.test fix --- mysql-test/r/ps_ddl1.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/ps_ddl1.result b/mysql-test/r/ps_ddl1.result index 87abcd90590..667cbed8a7a 100644 --- a/mysql-test/r/ps_ddl1.result +++ b/mysql-test/r/ps_ddl1.result @@ -420,7 +420,7 @@ call p_verify_reprepare_count(0); SUCCESS execute stmt; -ERROR 42S02: Unknown table 't1' +ERROR 42S02: Unknown table 'test.t1' call p_verify_reprepare_count(0); SUCCESS