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:
@ -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
|
||||
|
Reference in New Issue
Block a user