mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03: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:
committed by
Sergei Golubchik
parent
21daa7b929
commit
e3982cead2
@@ -4,6 +4,7 @@
|
||||
# (test case numbering refer to requirement document TP v1.1)
|
||||
#======================================================================
|
||||
# WL#4084: enable disabled parts, 2007-11-15 hhunger
|
||||
set GLOBAL sql_mode="";
|
||||
|
||||
USE test;
|
||||
--source suite/funcs_1/include/tb3.inc
|
||||
@@ -557,3 +558,4 @@ let $message= Testcase 3.5.8.7;
|
||||
drop user test_super@localhost;
|
||||
|
||||
DROP TABLE test.tb3;
|
||||
set GLOBAL sql_mode=default;
|
||||
|
Reference in New Issue
Block a user