1
0
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:
Oleksandr Byelkin
2023-11-08 16:46:47 +01:00
560 changed files with 13069 additions and 8461 deletions

View File

@ -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;