Commit d163a5f9 authored by kroki/tomash@moonlight.home's avatar kroki/tomash@moonlight.home

Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1

into  moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1-bug23225
parents f0ebefbb c9038f92
...@@ -2617,7 +2617,7 @@ bool update_sys_var_str_path(THD *thd, sys_var_str *var_str, ...@@ -2617,7 +2617,7 @@ bool update_sys_var_str_path(THD *thd, sys_var_str *var_str,
{ {
switch (log_type) { switch (log_type) {
case QUERY_LOG_SLOW: case QUERY_LOG_SLOW:
file_log->open_slow_log(sys_var_general_log_path.value); file_log->open_slow_log(sys_var_slow_log_path.value);
break; break;
case QUERY_LOG_GENERAL: case QUERY_LOG_GENERAL:
file_log->open_query_log(sys_var_general_log_path.value); file_log->open_query_log(sys_var_general_log_path.value);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment