From 46fdc4be4e66b3f2dfed4681a11c465023516f68 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Thu, 7 Jun 2012 12:51:44 -0400 Subject: [PATCH] Fix general_log config for 5.5. --- sandbox/servers/5.5/my.sandbox.cnf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sandbox/servers/5.5/my.sandbox.cnf b/sandbox/servers/5.5/my.sandbox.cnf index d7f23f8c..967d5cf7 100644 --- a/sandbox/servers/5.5/my.sandbox.cnf +++ b/sandbox/servers/5.5/my.sandbox.cnf @@ -24,4 +24,5 @@ report-host = 127.0.0.1 report-port = PORT log-error = mysqld.log innodb_lock_wait_timeout = 3 -general_log = genlog +general_log +general_log_file = genlog