mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
Fixed 5.0 -> 5.1 merge
This commit is contained in:
@ -471,7 +471,7 @@ drop table if exists t1;
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
create table t1 (a int) ENGINE=MEMORY;
|
||||
eval create table t1 (a int) ENGINE=$other_engine_type;
|
||||
--echo --> client 2
|
||||
connection con2;
|
||||
--error 1031
|
||||
|
Reference in New Issue
Block a user