1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

several fixes to make tests pass in embedded-server mode

This commit is contained in:
holyfoot/hf@mysql.com/deer.(none)
2006-11-13 20:06:45 +04:00
parent 5d66d7fb14
commit 7ece4caad3
26 changed files with 336 additions and 371 deletions

View File

@@ -2154,6 +2154,7 @@ select * from t1, t2
drop table t1, t2;
# bug 18934, "InnoDB crashes when table uses column names like DB_ROW_ID"
--replace_result \\ / $MYSQL_TEST_DIR . /var/master-data/ /
--error 1005
CREATE TABLE t1 (DB_ROW_ID int) engine=innodb;