mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed test failure (5.5 had different test result than 10.0)
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user