~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 

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));