diff options
author | unknown <monty@mysql.com/nosik.monty.fi> | 2006-11-28 05:43:30 +0200 |
---|---|---|
committer | unknown <monty@mysql.com/nosik.monty.fi> | 2006-11-28 05:43:30 +0200 |
commit | 76b4ccbdf8d4913993eb64ef08986654ac5f0423 (patch) | |
tree | 2e0d5a02aadc787a61070b00d83feee2846f39e1 /mysql-test/include/mix2.inc | |
parent | 13bb3fa823245bddd051482b2efb455557b8b726 (diff) | |
download | mariadb-git-76b4ccbdf8d4913993eb64ef08986654ac5f0423.tar.gz |
Fixed portablity problem
Removed warnings from mysqltest scripts
cmd-line-utils/readline/undo.c:
Fixed portability problem
mysql-test/include/mix2.inc:
Removed mysqltest warnings
mysql-test/include/query_cache.inc:
Removed mysqltest warnings
mysql-test/r/ndb_binlog_ddl_multi.result:
Update tests after fixing wrong connection command in test
mysql-test/t/greedy_optimizer.test:
Removed mysqltest warnings
mysql-test/t/join.test:
Removed mysqltest warnings
mysql-test/t/ndb_binlog_ddl_multi.test:
Removed mysqltest warnings
mysql-test/t/ndb_blob_partition.test:
Removed mysqltest warnings
mysql-test/t/ndb_index_ordered.test:
Removed mysqltest warnings
storage/ndb/src/kernel/vm/Rope.cpp:
Removed compiler warning
Diffstat (limited to 'mysql-test/include/mix2.inc')
-rw-r--r-- | mysql-test/include/mix2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mix2.inc b/mysql-test/include/mix2.inc index d3980b17d91..8c11f094907 100644 --- a/mysql-test/include/mix2.inc +++ b/mysql-test/include/mix2.inc @@ -1588,7 +1588,7 @@ INSERT INTO t1 (id) VALUES (NULL); SELECT * FROM t1; DROP TABLE t2, t1; --- Test that foreign keys in temporary tables are not accepted (bug #12084) +# Test that foreign keys in temporary tables are not accepted (bug #12084) eval CREATE TABLE t1 ( id INT PRIMARY KEY |