diff options
author | monty@mysql.com/nosik.monty.fi <> | 2006-11-28 05:43:30 +0200 |
---|---|---|
committer | monty@mysql.com/nosik.monty.fi <> | 2006-11-28 05:43:30 +0200 |
commit | 93f246d4c196d813f3870586534372d13b51fb03 (patch) | |
tree | 2e0d5a02aadc787a61070b00d83feee2846f39e1 /mysql-test/include | |
parent | 73238029bccd7dae1dec88fa634106e9693ac65f (diff) | |
download | mariadb-git-93f246d4c196d813f3870586534372d13b51fb03.tar.gz |
Fixed portablity problem
Removed warnings from mysqltest scripts
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/mix2.inc | 2 | ||||
-rw-r--r-- | mysql-test/include/query_cache.inc | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/mysql-test/include/query_cache.inc b/mysql-test/include/query_cache.inc index 70249a9a5aa..0cf2f7cdfe9 100644 --- a/mysql-test/include/query_cache.inc +++ b/mysql-test/include/query_cache.inc @@ -111,7 +111,7 @@ SET @@autocommit=1; connection default; --echo connection default --- This should be 'YES'. +# This should be 'YES'. SHOW VARIABLES LIKE 'have_query_cache'; SET GLOBAL query_cache_size = 200000; |