mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.5
This commit is contained in:
@ -1299,6 +1299,7 @@ DROP TABLE t1;
|
||||
--echo #
|
||||
--echo # MDEV-10569 Add RELEASE_ALL_LOCKS SQL-function
|
||||
--echo #
|
||||
--disable_view_protocol
|
||||
|
||||
--echo # Test function without any locks
|
||||
SELECT RELEASE_ALL_LOCKS();
|
||||
@ -1352,3 +1353,5 @@ FROM information_schema.metadata_lock_info WHERE thread_id>0 ORDER BY TABLE_SCHE
|
||||
SELECT RELEASE_ALL_LOCKS();
|
||||
SELECT LOCK_MODE, LOCK_TYPE, TABLE_SCHEMA
|
||||
FROM information_schema.metadata_lock_info WHERE thread_id>0 ORDER BY TABLE_SCHEMA;
|
||||
|
||||
--enable_view_protocol
|
||||
|
Reference in New Issue
Block a user