Fixed wrong result files in test suite
This commit is contained in:
parent
74b4171591
commit
82b62924d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user