Fixed test failure (5.5 had different test result than 10.0)
This commit is contained in:
parent
800a278fd0
commit
f031f0ae67
@ -1,7 +1,7 @@
|
|||||||
drop table if exists t1,t2;
|
drop table if exists t1,t2;
|
||||||
Warnings:
|
Warnings:
|
||||||
Note 1051 Unknown table 'test.t1'
|
Note 1051 Unknown table 't1'
|
||||||
Note 1051 Unknown table 'test.t2'
|
Note 1051 Unknown table 't2'
|
||||||
CREATE TABLE t1 (
|
CREATE TABLE t1 (
|
||||||
`sspo_id` int(11) NOT NULL AUTO_INCREMENT,
|
`sspo_id` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
`sspo_uid` int(11) NOT NULL DEFAULT '0',
|
`sspo_uid` int(11) NOT NULL DEFAULT '0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user