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;
# (Problems with --defaults-extra-file option)
#
--port=1234
--port=1234
#
# Test of fix to Bug#12597 mysqldump dumps triggers wrongly
#
......
......@@ -234,6 +234,8 @@ HELLO MY
a
hello
set big_tables=1;
Warnings:
Warning 1287 '@@big_tables' is deprecated and will be removed in a future release
select distinct t from t1;
t
NULL
......@@ -315,6 +317,8 @@ HELLO MY
a
hello
set big_tables=0;
Warnings:
Warning 1287 '@@big_tables' is deprecated and will be removed in a future release
select distinct * from t1;
t c b d
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