1
0
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:
Lena Startseva
2022-09-16 17:55:42 +07:00
parent d444536e1d
commit 2abf499c76
21 changed files with 74 additions and 5 deletions

View File

@ -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