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:
@ -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;
|
||||
|
Reference in New Issue
Block a user