mirror of
https://github.com/MariaDB/server.git
synced 2025-03-06 11:13:09 +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
|