1
0
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:
Mikael Ronstrom
2008-10-17 12:01:14 +02:00
parent b907184e26
commit 27046be12f
8 changed files with 30 additions and 28 deletions

View File

@ -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 */