mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
InnoDB: send diagnostic output to stderr or files
instead of stdout or fixed-size memory buffers
This commit is contained in:
@@ -119,16 +119,14 @@ Prints wait info of the sync system. */
|
||||
void
|
||||
sync_print_wait_info(
|
||||
/*=================*/
|
||||
char* buf, /* in/out: buffer where to print */
|
||||
char* buf_end); /* in: buffer end */
|
||||
FILE* file); /* in: file where to print */
|
||||
/***********************************************************************
|
||||
Prints info of the sync system. */
|
||||
|
||||
void
|
||||
sync_print(
|
||||
/*=======*/
|
||||
char* buf, /* in/out: buffer where to print */
|
||||
char* buf_end); /* in: buffer end */
|
||||
FILE* file); /* in: file where to print */
|
||||
/**********************************************************************
|
||||
Checks that the mutex has been initialized. */
|
||||
|
||||
|
Reference in New Issue
Block a user