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:
@ -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 #
|
||||
|
Reference in New Issue
Block a user