~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-12-17 00:08:06 UTC
  • mfrom: (2002.1.4 clean)
  • Revision ID: brian@tangent.org-20101217000806-fa6kmggjnhsl4q85
Rollup for field encapsulation, monty fix for bzrignore, and Andrew bug
fixes.

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 */
265
267
        trx_undo_t*     undo,   /*!< in: undo log memory copy */
266
268
        mtr_t*          mtr);   /*!< in: mtr */
267
269
/******************************************************************//**