summaryrefslogtreecommitdiff
path: root/mysql-test/suite/compat/oracle/t/empty_string_literal.test
diff options
context:
space:
mode:
authorhalfspawn <j.brauge@qualiac.com>2017-10-13 15:55:42 +0200
committerAlexander Barkov <bar@mariadb.org>2017-10-14 17:28:54 +0400
commit75aabd03d57f85d63d57b25a239b4f930a3ae3c0 (patch)
tree27b8202dabd463670aa819c36d82b0bfa3da18ca /mysql-test/suite/compat/oracle/t/empty_string_literal.test
parent081f5aa8262cfa425f3d5e2c242f3888ded98ee2 (diff)
downloadmariadb-git-75aabd03d57f85d63d57b25a239b4f930a3ae3c0.tar.gz
MDEV-14013 : sql_mode=EMPTY_STRING_IS_NULL
Diffstat (limited to 'mysql-test/suite/compat/oracle/t/empty_string_literal.test')
-rw-r--r--mysql-test/suite/compat/oracle/t/empty_string_literal.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/compat/oracle/t/empty_string_literal.test b/mysql-test/suite/compat/oracle/t/empty_string_literal.test
new file mode 100644
index 00000000000..3c612f72c20
--- /dev/null
+++ b/mysql-test/suite/compat/oracle/t/empty_string_literal.test
@@ -0,0 +1,8 @@
+USE test;
+--echo #
+--echo # MDEV-14013 : sql_mode=EMPTY_STRING_IS_NULL
+--echo #
+
+set @mode='ORACLE,EMPTY_STRING_IS_NULL';
+
+--source include/empty_string_literal.inc