1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge mysql.com:/home/hf/work/embt/my50-embt

into  mysql.com:/home/hf/work/embt/my51-embt
This commit is contained in:
holyfoot/hf@deer.(none)
2006-11-13 20:16:46 +04:00
24 changed files with 343 additions and 299 deletions

View File

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