mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed a number of compiler issues and attempted a fix for
Windows compilation error.
This commit is contained in:
@ -463,11 +463,7 @@ Outputs to a file the output of the InnoDB Monitor. */
|
||||
void
|
||||
srv_printf_innodb_monitor(
|
||||
/*======================*/
|
||||
FILE* file, /* in: output stream */
|
||||
ulint* trx_start, /* out: file position of the start of
|
||||
the list of active transactions */
|
||||
ulint* trx_end); /* out: file position of the end of
|
||||
the list of active transactions */
|
||||
FILE* file); /* in: output stream */
|
||||
|
||||
/**********************************************************************
|
||||
Function to pass InnoDB status variables to MySQL */
|
||||
|
Reference in New Issue
Block a user