mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.10' into 10.11
This commit is contained in:
@ -575,7 +575,9 @@ DELIMITER ;$$
|
||||
|
||||
SET sql_mode='ORACLE,EMPTY_STRING_IS_NULL';
|
||||
SELECT @@sql_mode;
|
||||
--disable_service_connection
|
||||
SELECT '' AS empty;
|
||||
--enable_service_connection
|
||||
SET sql_mode='';
|
||||
SELECT @@sql_mode;
|
||||
SET sql_mode=DEFAULT;
|
||||
|
Reference in New Issue
Block a user