1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders

This commit is contained in:
Lena Startseva
2022-09-27 14:59:07 +07:00
318 changed files with 2174 additions and 199 deletions

View File

@ -5,6 +5,7 @@
--echo # is_bulk_op())' failed upon killed TRUNCATE
--echo #
--disable_service_connection
CREATE TABLE t1 (a INT) ENGINE=MyISAM;
LOCK TABLE t1 READ;
@ -26,6 +27,7 @@ TRUNCATE TABLE t1;
--disconnect con1
--connection default
DROP TABLE t1;
--enable_service_connection
--echo #
--echo # End of 10.2 tests