mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Many files:
Merge InnoDB-3.23.52b
This commit is contained in:
@@ -356,6 +356,14 @@ srv_error_monitor_thread(
|
||||
/* out: a dummy parameter */
|
||||
void* arg); /* in: a dummy parameter required by
|
||||
os_thread_create */
|
||||
/**********************************************************************
|
||||
Sprintfs to a buffer the output of the InnoDB Monitor. */
|
||||
|
||||
void
|
||||
srv_sprintf_innodb_monitor(
|
||||
/*=======================*/
|
||||
char* buf, /* in/out: buffer which must be at least 4 kB */
|
||||
ulint len); /* in: length of the buffer */
|
||||
|
||||
|
||||
/* Types for the threads existing in the system. Threads of types 4 - 9
|
||||
|
Reference in New Issue
Block a user