1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-27691: make working view-protocol

Update tests for version 10.6
This commit is contained in:
Lena Startseva
2022-09-27 10:55:22 +07:00
parent f8f25b472e
commit a9962580ab
17 changed files with 66 additions and 5 deletions

View File

@ -672,7 +672,7 @@ UNLOCK TABLES;
DROP VIEW v1;
DROP TABLE t1;
--enable_service_connection
--echo #
--echo # MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK for views.
--echo #
@ -787,3 +787,5 @@ DROP VIEW v2, v1, v0;
--echo #
--echo # End of 10.6 tests
--echo #
--enable_service_connection