~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-12-06 21:17:06 UTC
  • mto: (1977.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1980.
  • Revision ID: mordred@inaugust.com-20101206211706-iiuzzkxhh3fm10zf
Add ability to add a validation function to any sys_var. duh.

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
 
        dulint          table_id;       /*!< if a dict operation, then the table
 
386
        table_id_t      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
        /*-----------------------------*/