diff --git a/mysql-test/main/mysqldump.result b/mysql-test/main/mysqldump.result index 790a519e251..b0c69b9afde 100644 --- a/mysql-test/main/mysqldump.result +++ b/mysql-test/main/mysqldump.result @@ -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 # diff --git a/storage/tokudb/mysql-test/tokudb/r/type_blob.result b/storage/tokudb/mysql-test/tokudb/r/type_blob.result index 85f9d343e04..10939857078 100644 --- a/storage/tokudb/mysql-test/tokudb/r/type_blob.result +++ b/storage/tokudb/mysql-test/tokudb/r/type_blob.result @@ -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