1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders

This commit is contained in:
Lena Startseva
2022-09-28 09:40:17 +07:00
324 changed files with 2239 additions and 198 deletions

View File

@ -1,4 +1,5 @@
-- source include/have_innodb.inc
--disable_service_connection
SET @save_innodb_stats_persistent=@@GLOBAL.innodb_stats_persistent;
SET GLOBAL innodb_stats_persistent = OFF;
@ -199,3 +200,4 @@ AND path IN ( '/fondsinvesteringer/', '/' );
DROP TABLE wp_blogs;
SET GLOBAL innodb_stats_persistent = @save_innodb_stats_persistent;
--enable_service_connection