mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
5.5 merge
This commit is contained in:
@@ -162,6 +162,7 @@ static int daemon_example_plugin_deinit(void *p __attribute__ ((unused)))
|
||||
struct tm tm_tmp;
|
||||
|
||||
pthread_cancel(con->heartbeat_thread);
|
||||
pthread_join(con->heartbeat_thread, NULL);
|
||||
|
||||
localtime_r(&result, &tm_tmp);
|
||||
my_snprintf(buffer, sizeof(buffer),
|
||||
|
Reference in New Issue
Block a user