mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: innobase_start_or_create_for_mysql(): UNIV_IBUF_DEBUG
should not break crash recovery, but UNIV_IBUF_COUNT_DEBUG will.
This commit is contained in:
parent
60058c7dd7
commit
cfbefcbddd
1 changed files with 5 additions and 1 deletions
|
@ -1074,7 +1074,11 @@ innobase_start_or_create_for_mysql(void)
|
|||
#ifdef UNIV_IBUF_DEBUG
|
||||
fprintf(stderr,
|
||||
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
|
||||
"InnoDB: Crash recovery will fail with UNIV_IBUF_DEBUG\n");
|
||||
# ifdef UNIV_IBUF_COUNT_DEBUG
|
||||
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
|
||||
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
|
||||
# endif
|
||||
);
|
||||
#endif
|
||||
|
||||
#ifdef UNIV_SYNC_DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue