~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/buf/buf0flu.c

  • Committer: Monty Taylor
  • Date: 2009-01-30 04:39:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130043904-gphdonl7m6zdz06v
Cleaned up warnings up through innodb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1052
1052
 
1053
1053
        buf_pool->init_flush[flush_type] = TRUE;
1054
1054
 
1055
 
        for (;;) {
 
1055
        for (bpage= NULL ; bpage != NULL;) {
1056
1056
flush_next:
1057
1057
                /* If we have flushed enough, leave the loop */
1058
1058
                if (page_count >= min_n) {
1127
1127
                        }
1128
1128
                } while (bpage != NULL);
1129
1129
 
1130
 
                /* If we could not find anything to flush, leave the loop */
1131
 
 
1132
 
                break;
1133
1130
        }
1134
1131
 
1135
1132
        buf_pool->init_flush[flush_type] = FALSE;