Fixed test failure (5.5 had different test result than 10.0)

This commit is contained in:
Michael Widenius 2014-03-11 17:37:46 +02:00
parent 800a278fd0
commit f031f0ae67

View file

@ -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',