mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may
be needed when testing production releases
This commit is contained in:
parent
3b34ea8cd0
commit
d2724e66db
36 changed files with 23 additions and 140 deletions
|
|
@ -143,7 +143,6 @@ void
|
|||
sync_print(
|
||||
/*=======*/
|
||||
FILE* file); /* in: file where to print */
|
||||
#ifdef UNIV_DEBUG
|
||||
/**********************************************************************
|
||||
Checks that the mutex has been initialized. */
|
||||
|
||||
|
|
@ -151,7 +150,6 @@ ibool
|
|||
mutex_validate(
|
||||
/*===========*/
|
||||
mutex_t* mutex);
|
||||
#endif /* UNIV_DEBUG */
|
||||
/**********************************************************************
|
||||
Sets the mutex latching level field. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue