~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/PageWriter.cpp

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
 
183
183
                        if (bdb)
184
184
                                {
185
 
                                if (bdb->flags & BDB_dirty)
 
185
                                if (bdb->isDirty)
186
186
                                        cache->writePage(bdb, WRITE_TYPE_PAGE_WRITER);
187
187
 
188
188
                                bdb->release(REL_HISTORY);