1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix --view-protocol failures

This commit is contained in:
Oleksandr Byelkin
2023-10-26 13:39:22 +02:00
parent 68542caea1
commit cb4c271355
3 changed files with 8 additions and 0 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;