~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/sync/sync0sync.c

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1207
1207
 
1208
1208
        case SYNC_BUF_BLOCK:
1209
1209
                /* Either the thread must own the buffer pool mutex
1210
 
                (buf_pool_mutex), or it is allowed to latch only ONE
1211
 
                buffer block (block->mutex or buf_pool_zip_mutex). */
 
1210
                (buf_pool->mutex), or it is allowed to latch only ONE
 
1211
                buffer block (block->mutex or buf_pool->zip_mutex). */
1212
1212
                if (!sync_thread_levels_g(array, level, FALSE)) {
1213
1213
                        ut_a(sync_thread_levels_g(array, level - 1, TRUE));
1214
1214
                        ut_a(sync_thread_levels_contain(array, SYNC_BUF_POOL));