~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/log/log0recv.c

  • Committer: Brian Aker
  • Date: 2009-05-22 19:14:57 UTC
  • mfrom: (1022.2.21 mordred)
  • Revision ID: brian@gaz-20090522191457-35hq07kukf6ybv16
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
2582
2582
        ib_uint64_t     checkpoint_lsn;
2583
2583
        ib_uint64_t     checkpoint_no;
2584
2584
        ib_uint64_t     old_scanned_lsn;
2585
 
        ib_uint64_t     group_scanned_lsn;
 
2585
        ib_uint64_t     group_scanned_lsn= 0;
2586
2586
        ib_uint64_t     contiguous_lsn;
2587
2587
        ib_uint64_t     archived_lsn;
2588
2588
        byte*           buf;