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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user