~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-02-05 10:53:26 UTC
  • mto: (2147.3.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2148.
  • Revision ID: brian@tangent.org-20110205105326-hjmn5xehw5rs46tp
Fix bad error in warnings/errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 1996, 2009, Innobase Oy. All Rights Reserved.
 
3
Copyright (C) 1996, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
262
262
page_t*
263
263
trx_undo_set_state_at_finish(
264
264
/*=========================*/
265
 
        trx_rseg_t*     rseg,   /*!< in: rollback segment memory object */
266
 
        trx_t*          trx,    /*!< in: transaction */
267
265
        trx_undo_t*     undo,   /*!< in: undo log memory copy */
268
266
        mtr_t*          mtr);   /*!< in: mtr */
269
267
/******************************************************************//**
383
381
        XID             xid;            /*!< X/Open XA transaction
384
382
                                        identification */
385
383
        ibool           dict_operation; /*!< TRUE if a dict operation trx */
386
 
        dulint          table_id;       /*!< if a dict operation, then the table
 
384
        table_id_t      table_id;       /*!< if a dict operation, then the table
387
385
                                        id */
388
386
        trx_rseg_t*     rseg;           /*!< rseg where the undo log belongs */
389
387
        /*-----------------------------*/