mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
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:
parent
21daa7b929
commit
e3982cead2
429 changed files with 1479 additions and 666 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue