mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
9 lines
158 B
Text
9 lines
158 B
Text
|
USE test;
|
||
|
--echo #
|
||
|
--echo # MDEV-14013 : sql_mode=EMPTY_STRING_IS_NULL
|
||
|
--echo #
|
||
|
|
||
|
set @mode='EMPTY_STRING_IS_NULL';
|
||
|
|
||
|
--source include/empty_string_literal.inc
|