diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2017-01-18 11:44:47 -0500 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2017-01-18 11:44:47 -0500 |
commit | a3a91332d006fd39a32e1f6d4663e11515ea944b (patch) | |
tree | 560c152c9f8146a4c1bcd52ad2a2fa454be48aec /mysql-test/include/function_defaults.inc | |
parent | 2805baf06c31dac21604148ec089300461790e3d (diff) | |
download | mariadb-git-bb-10.2-mdev7635.saved.tar.gz |
MDEV-7635: Update tests to adapt to the new default sql_modebb-10.2-mdev7635.savedbb-10.2-mdev7635.final
Diffstat (limited to 'mysql-test/include/function_defaults.inc')
-rw-r--r-- | mysql-test/include/function_defaults.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/function_defaults.inc b/mysql-test/include/function_defaults.inc index 7c5d43b6e74..1d38d7c6843 100644 --- a/mysql-test/include/function_defaults.inc +++ b/mysql-test/include/function_defaults.inc @@ -1,4 +1,5 @@ SET TIME_ZONE = "+00:00"; +SET sql_mode = 'NO_ENGINE_SUBSTITUTION'; --echo # --echo # Test of errors for column data types that dont support function @@ -1168,3 +1169,4 @@ INSERT INTO t1 VALUES (); SELECT * FROM t1; DROP TABLE t1; +SET sql_mode = DEFAULT; |