mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fixed test failure (5.5 had different test result than 10.0)
This commit is contained in:
parent
800a278fd0
commit
f031f0ae67
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue