mirror of
https://github.com/MariaDB/server.git
synced 2025-07-26 07:02:12 +03:00
Merge branch 'bb-10.7-all-builders' into bb-10.8-all-builders
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
# test OPTIMIZE and a concurrent SELECT of a MyISAM table
|
||||
#
|
||||
source include/have_debug_sync.inc;
|
||||
--disable_service_connection
|
||||
|
||||
call mtr.add_suppression(" marked as crashed and should be repaired");
|
||||
|
||||
@ -121,3 +122,6 @@ OPTIMIZE TABLE t1;
|
||||
# Cleanup
|
||||
--connection default
|
||||
DROP TABLE t1;
|
||||
|
||||
--enable_service_connection
|
||||
|
||||
|
Reference in New Issue
Block a user