~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/trx/trx0rec.c

  • Committer: Monty Taylor
  • Date: 2009-05-21 17:05:14 UTC
  • mto: (1022.4.2 update-to-gcc-44)
  • mto: This revision was merged to the branch mainline in revision 1036.
  • Revision ID: mordred@inaugust.com-20090521170514-lategx2w2mkcj01a
First attempt at supporting gcc-4.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1434
1434
        dulint          trx_id;
1435
1435
        dulint          roll_ptr;
1436
1436
        dulint          old_roll_ptr;
1437
 
        upd_t*          update;
 
1437
        upd_t*          update= NULL;
1438
1438
        byte*           ptr;
1439
1439
        ulint           info_bits;
1440
1440
        ulint           cmpl_info;