1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
porting mysql_test_run on Linux and Windows
This commit is contained in:
wax@kishkin.ru
2004-09-16 00:47:45 +06:00
parent 9ddd3ad5ec
commit eb7515366b
18 changed files with 2842 additions and 92 deletions

View File

@@ -1093,6 +1093,7 @@ show create table t2;
drop table t2;
# Test error handling
--replace_result \\ /
--error 1005
create table t2 (id int(11) not null, id2 int(11) not null, constraint t1_id_fk foreign key (id2,id) references t1 (id)) engine = innodb;