~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/trx0undo.h

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:30:27 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103033027-lskb6gxwwforfz71
fix docs warning: underline/overline too short for replace.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
        XID             xid;            /*!< X/Open XA transaction
384
384
                                        identification */
385
385
        ibool           dict_operation; /*!< TRUE if a dict operation trx */
386
 
        table_id_t      table_id;       /*!< if a dict operation, then the table
 
386
        dulint          table_id;       /*!< if a dict operation, then the table
387
387
                                        id */
388
388
        trx_rseg_t*     rseg;           /*!< rseg where the undo log belongs */
389
389
        /*-----------------------------*/