mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1
into moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1-bug23225
This commit is contained in:
commit
d163a5f9fc
1 changed files with 1 additions and 1 deletions
|
@ -2617,7 +2617,7 @@ bool update_sys_var_str_path(THD *thd, sys_var_str *var_str,
|
|||
{
|
||||
switch (log_type) {
|
||||
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;
|
||||
case QUERY_LOG_GENERAL:
|
||||
file_log->open_query_log(sys_var_general_log_path.value);
|
||||
|
|
Loading…
Add table
Reference in a new issue