diff options
author | unknown <wax@kishkin.ru> | 2004-09-16 00:47:45 +0600 |
---|---|---|
committer | unknown <wax@kishkin.ru> | 2004-09-16 00:47:45 +0600 |
commit | 7d94788c1ad489f57f339066396259941e05d577 (patch) | |
tree | c716748cbe263336273d57ccd7f7d711218b425f /mysql-test/t/innodb.test | |
parent | a3c22ae7d2d719e6e4ba052056c1dba316390985 (diff) | |
download | mariadb-git-7d94788c1ad489f57f339066396259941e05d577.tar.gz |
WL#964
porting mysql_test_run on Linux and Windows
client/mysqltest.c:
added windows code
mysql-test/Makefile.am:
added code of creating make file
mysql-test/r/fulltext.result:
added FORMAT() for compatible with Windows version
mysql-test/r/fulltext_cache.result:
added FORMAT()
mysql-test/r/fulltext_multi.result:
added FORMAT()
mysql-test/r/fulltext_order_by.result:
added FORMAT()
mysql-test/r/type_float.result:
added --replace-result
mysql-test/t/fulltext.test:
added FORMAT()
mysql-test/t/fulltext_cache.test:
added FORMAT()
mysql-test/t/fulltext_multi.test:
added FORMAT()
mysql-test/t/fulltext_order_by.test:
added FORMAT()
mysql-test/t/innodb.test:
added --replace-result
mysql-test/t/insert.test:
added --replace_result
mysql-test/t/type_float.test:
added --replace-result
mysql-test/t/variables.test:
added --replace_result
Diffstat (limited to 'mysql-test/t/innodb.test')
-rw-r--r-- | mysql-test/t/innodb.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index e0cc96ccb32..162e44c35ea 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -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; |