1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -1,6 +1,8 @@
SET SESSION character_set_connection=latin2;
SET SESSION character_set_client=cp1250;
--disable_service_connection
--echo #
--echo # Test litteral
--echo #
@ -129,3 +131,5 @@ EXPLAIN EXTENDED SELECT '';
EXPLAIN EXTENDED SELECT _latin1'';
EXPLAIN EXTENDED SELECT N'';
EXPLAIN EXTENDED SELECT '' '';
--enable_service_connection