mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-14013 : sql_mode=EMPTY_STRING_IS_NULL
This commit is contained in:
committed by
Alexander Barkov
parent
081f5aa826
commit
75aabd03d5
@ -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
|
Reference in New Issue
Block a user