1
0
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:
malff/marcsql@weblab.(none)
2007-08-20 17:50:42 -06:00
parent a01da34f72
commit c76cd081d8
2 changed files with 8 additions and 1 deletions

View File

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