1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fixed Bug#8042, "mysqld crashes on sighup".

This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2005-02-17 14:07:28 +02:00
parent e2268e55c3
commit 36998b7cb7
4 changed files with 15 additions and 24 deletions

View File

@@ -1992,7 +1992,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
statistic_increment(thd->status_var.com_other, &LOCK_status);
if (check_global_access(thd, SUPER_ACL))
break; /* purecov: inspected */
mysql_print_status(thd);
mysql_print_status();
mysql_log.write(thd,command,NullS);
send_eof(thd);
break;