Commit 82b62924 authored by Monty's avatar Monty

Fixed wrong result files in test suite

parent 74b41715
...@@ -2692,7 +2692,6 @@ DROP TABLE t1, t2; ...@@ -2692,7 +2692,6 @@ DROP TABLE t1, t2;
# (Problems with --defaults-extra-file option) # (Problems with --defaults-extra-file option)
# #
--port=1234 --port=1234
--port=1234
# #
# Test of fix to Bug#12597 mysqldump dumps triggers wrongly # Test of fix to Bug#12597 mysqldump dumps triggers wrongly
# #
......
...@@ -234,6 +234,8 @@ HELLO MY ...@@ -234,6 +234,8 @@ HELLO MY
a a
hello hello
set big_tables=1; set big_tables=1;
Warnings:
Warning 1287 '@@big_tables' is deprecated and will be removed in a future release
select distinct t from t1; select distinct t from t1;
t t
NULL NULL
...@@ -315,6 +317,8 @@ HELLO MY ...@@ -315,6 +317,8 @@ HELLO MY
a a
hello hello
set big_tables=0; set big_tables=0;
Warnings:
Warning 1287 '@@big_tables' is deprecated and will be removed in a future release
select distinct * from t1; select distinct * from t1;
t c b d t c b d
NULL NULL NULL NULL NULL NULL NULL NULL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment