1
0
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:
Lena Startseva
2022-09-27 18:12:06 +07:00
321 changed files with 2211 additions and 199 deletions

View File

@ -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