From f031f0ae67d65b1804f028551e48b96bcbcd8dad Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Tue, 11 Mar 2014 17:37:46 +0200 Subject: [PATCH] Fixed test failure (5.5 had different test result than 10.0) --- mysql-test/r/stack-crash.result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/r/stack-crash.result b/mysql-test/r/stack-crash.result index be5b6464b9a..d0a25837675 100644 --- a/mysql-test/r/stack-crash.result +++ b/mysql-test/r/stack-crash.result @@ -1,7 +1,7 @@ drop table if exists t1,t2; Warnings: -Note 1051 Unknown table 'test.t1' -Note 1051 Unknown table 'test.t2' +Note 1051 Unknown table 't1' +Note 1051 Unknown table 't2' CREATE TABLE t1 ( `sspo_id` int(11) NOT NULL AUTO_INCREMENT, `sspo_uid` int(11) NOT NULL DEFAULT '0',