1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge branch '10.6' into 10.9

This commit is contained in:
Oleksandr Byelkin
2023-08-04 08:01:06 +02:00
858 changed files with 12277 additions and 6177 deletions

View File

@ -932,7 +932,9 @@ DELIMITER ;$$
SELECT * from Persons;
SET @a = 6;
--disable_ps2_protocol
SELECT func_main(@a);
--enable_ps2_protocol
SELECT * from Persons;
DROP TABLE Persons;
DROP FUNCTION func_main;
@ -1041,7 +1043,9 @@ DELIMITER ;$$
SELECT * from Persons;
SET @a = 6;
--disable_ps2_protocol
SELECT func_main(@a);
--enable_ps2_protocol
SELECT * from Persons;
DROP TABLE Persons;
DROP FUNCTION func_sub;