1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge branch '10.5' into 10.6

This commit is contained in:
Oleksandr Byelkin
2022-10-15 23:47:33 +02:00
20 changed files with 213 additions and 27 deletions

View File

@ -524,6 +524,10 @@ CREATE OR REPLACE TABLE t LIKE tm;
# Cleanup
DROP TABLE IF EXISTS tm, t;
--echo #
--echo # End of 10.3 tests
--echo #
--echo # End of 10.4 tests
SET GLOBAL innodb_stats_persistent=@save_persistent;