MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size)

This commit is contained in:
Oleksandr Byelkin 2015-08-11 18:45:38 +02:00 committed by Sergei Golubchik
commit e3982cead2
429 changed files with 1479 additions and 666 deletions

View file

@ -1,5 +1,7 @@
-- source include/not_embedded.inc
set local sql_mode="";
set global sql_mode="";
--disable_warnings
drop table if exists t1;
--enable_warnings
@ -82,5 +84,6 @@ DROP TABLE t1;
connection default;
disconnect con1;
set global sql_mode=default;
SET SESSION enforce_storage_engine=NULL;
SET GLOBAL enforce_storage_engine=NULL;