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:
marko 2009-12-02 09:35:22 +00:00
parent 60058c7dd7
commit cfbefcbddd

View file

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