From c8d943d7c3c3f6a1f23f8195d039cfdd1b96fde8 Mon Sep 17 00:00:00 2001 From: Tomislav Plavcic Date: Thu, 30 Mar 2017 15:23:39 +0200 Subject: [PATCH] Fix in MariaDB sandbox for pt-config-diff/basics.t tests --- sandbox/servers/mariadb/10.0/my.sandbox.cnf | 2 +- sandbox/servers/mariadb/10.1/my.sandbox.cnf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/servers/mariadb/10.0/my.sandbox.cnf b/sandbox/servers/mariadb/10.0/my.sandbox.cnf index e428ff76..cc142452 100644 --- a/sandbox/servers/mariadb/10.0/my.sandbox.cnf +++ b/sandbox/servers/mariadb/10.0/my.sandbox.cnf @@ -26,4 +26,4 @@ log-error = /tmp/PORT/data/mysqld.log innodb_lock_wait_timeout = 3 general_log general_log_file = genlog -performance_schema = on +performance_schema = ON diff --git a/sandbox/servers/mariadb/10.1/my.sandbox.cnf b/sandbox/servers/mariadb/10.1/my.sandbox.cnf index e428ff76..cc142452 100644 --- a/sandbox/servers/mariadb/10.1/my.sandbox.cnf +++ b/sandbox/servers/mariadb/10.1/my.sandbox.cnf @@ -26,4 +26,4 @@ log-error = /tmp/PORT/data/mysqld.log innodb_lock_wait_timeout = 3 general_log general_log_file = genlog -performance_schema = on +performance_schema = ON