mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
8
mysql-test/main/empty_string_literal.test
Normal file
8
mysql-test/main/empty_string_literal.test
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user