From 85ab10b695b4f59fa0551fb0cbbc81eb3247b2db Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Wed, 16 May 2018 22:54:43 -0300 Subject: [PATCH] PT-1554 Updated sandbox config files to run in docker --- sandbox/servers/5.5/my.sandbox.cnf | 4 ++-- sandbox/servers/5.6/my.sandbox.cnf | 4 ++-- sandbox/servers/5.7/my.sandbox.cnf | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sandbox/servers/5.5/my.sandbox.cnf b/sandbox/servers/5.5/my.sandbox.cnf index f47ab48d..1e9cd5c8 100644 --- a/sandbox/servers/5.5/my.sandbox.cnf +++ b/sandbox/servers/5.5/my.sandbox.cnf @@ -24,5 +24,5 @@ report-host = 127.0.0.1 report-port = PORT log-error = /tmp/PORT/data/mysqld.log innodb_lock_wait_timeout = 3 -general_log -general_log_file = genlog +#general_log +#general_log_file = genlog diff --git a/sandbox/servers/5.6/my.sandbox.cnf b/sandbox/servers/5.6/my.sandbox.cnf index 3ee3f791..47e7a4e8 100644 --- a/sandbox/servers/5.6/my.sandbox.cnf +++ b/sandbox/servers/5.6/my.sandbox.cnf @@ -24,6 +24,6 @@ report-host = 127.0.0.1 report-port = PORT log-error = /tmp/PORT/data/mysqld.log innodb_lock_wait_timeout = 3 -general_log -general_log_file = genlog +#general_log +#general_log_file = genlog secure-file-priv = diff --git a/sandbox/servers/5.7/my.sandbox.cnf b/sandbox/servers/5.7/my.sandbox.cnf index d751c55c..1b31a348 100644 --- a/sandbox/servers/5.7/my.sandbox.cnf +++ b/sandbox/servers/5.7/my.sandbox.cnf @@ -24,18 +24,18 @@ report-host = 127.0.0.1 report-port = PORT log-error = /tmp/PORT/data/mysqld.log innodb_lock_wait_timeout = 3 -general_log -general_log_file = genlog -lower_case_table_names = 0 -slow-query-log = 0 -slow-query-log-file = /tmp/PORT/data/slow.log -log_slow_admin_statements = 1 -long_query_time = 0 +#general_log +#general_log_file = genlog +#lower_case_table_names = 0 +#slow-query-log = 0 +#slow-query-log-file = /tmp/PORT/data/slow.log +#log_slow_admin_statements = 1 +#long_query_time = 0 #character-set-server = utf8 # fkc test binlog_format = STATEMENT -performance_schema = ON +#performance_schema = ON #performance-schema-instrument='wait/lock/metadata/sql/mdl=ON' #performance-schema-instrument='transaction=ON' secure-file-priv =