mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-29060 fix ps protocol
This commit is contained in:
@ -898,7 +898,6 @@ ALTER VIEW v1 AS SELECT f() FROM t1;
|
||||
CREATE FUNCTION f() RETURNS INT RETURN 1;
|
||||
set debug_sync= 'now wait_for s1';
|
||||
SELECT * FROM ( SELECT * FROM v1 ) sq;
|
||||
a
|
||||
COMMIT;
|
||||
DROP VIEW v1;
|
||||
DROP FUNCTION f;
|
||||
|
Reference in New Issue
Block a user