InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may

be needed when testing production releases
This commit is contained in:
marko@hundin.mysql.fi 2004-06-16 13:41:14 +03:00
commit d2724e66db
36 changed files with 23 additions and 140 deletions

View file

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