Fixed wrong result files in test suite

This commit is contained in:
Monty 2019-10-30 14:58:31 +02:00
parent 74b4171591
commit 82b62924d7
2 changed files with 4 additions and 1 deletions

View File

@ -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
#

View File

@ -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