1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -2,6 +2,9 @@
drop table if exists t1;
--enable_warnings
#check after fix MDEV-29601
--disable_service_connection
set @save_max_allowed_packet=@@max_allowed_packet;
set global max_allowed_packet=1048576;
connect (conn1,localhost,root,,);
@ -120,6 +123,8 @@ disconnect conn1;
connection default;
set global max_allowed_packet=@save_max_allowed_packet;
--enable_service_connection
--echo #
--echo # Start of 10.1 tests
--echo #