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:
@ -1,6 +1,8 @@
|
||||
# Note that this test requires a fresh restart to not have problems with the
|
||||
# old status values
|
||||
|
||||
--disable_service_connection
|
||||
|
||||
set @save_use_stat_tables=@@use_stat_tables;
|
||||
|
||||
set use_stat_tables='preferably';
|
||||
@ -241,6 +243,8 @@ DROP DATABASE dbt3_s001;
|
||||
|
||||
use test;
|
||||
|
||||
--enable_service_connection
|
||||
|
||||
#
|
||||
# Bug mdev-4019: crash when executing in parallel ANALYZE and
|
||||
# SELECT * FROM information_schema.statistics
|
||||
|
Reference in New Issue
Block a user