~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/log0log.ic

  • Committer: Lee Bieber
  • Date: 2010-12-03 01:16:19 UTC
  • mfrom: (1819.9.81 update-innobase)
  • Revision ID: kalebral@gmail.com-20101203011619-n6v584rijwdet05b
Merge Stewart - update Innobase plugin based on InnoDB 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
log_free_check(void)
434
434
/*================*/
435
435
{
436
 
        /* ut_ad(sync_thread_levels_empty()); */
 
436
 
 
437
#ifdef UNIV_SYNC_DEBUG
 
438
        ut_ad(sync_thread_levels_empty_gen(TRUE));
 
439
#endif /* UNIV_SYNC_DEBUG */
437
440
 
438
441
        if (log_sys->check_flush_or_checkpoint) {
439
442