mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
fixed HUP bug, last fix was not complete
This commit is contained in:
@@ -1375,7 +1375,8 @@ static void *signal_hand(void *arg __attribute__((unused)))
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SIGHUP:
|
case SIGHUP:
|
||||||
reload_acl_and_cache((THD*) 0,~0, (TABLE_LIST*) 0); // Flush everything
|
reload_acl_and_cache((THD*) 0,REFRESH_LOG,
|
||||||
|
(TABLE_LIST*) 0); // Flush logs
|
||||||
mysql_print_status((THD*) 0); // Send debug some info
|
mysql_print_status((THD*) 0); // Send debug some info
|
||||||
break;
|
break;
|
||||||
#ifdef USE_ONE_SIGNAL_HAND
|
#ifdef USE_ONE_SIGNAL_HAND
|
||||||
|
Reference in New Issue
Block a user