mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@ -884,6 +884,6 @@ set debug_sync= 'now wait_for s1';
|
||||
SELECT * FROM ( SELECT * FROM v1 ) sq;
|
||||
COMMIT;
|
||||
DROP VIEW v1;
|
||||
DROP FUNCTION f;
|
||||
DROP FUNCTION IF EXISTS f;
|
||||
DROP TABLE t1, t2;
|
||||
set debug_sync= 'reset';
|
||||
|
Reference in New Issue
Block a user