~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-20 20:41:00 UTC
  • mfrom: (1863 staging)
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101020204100-oyj6p5cfssjw3p62
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
                                        in MySQL handle */
178
178
        trx_t*          trx);           /*!< in: transaction handle */
179
179
/*********************************************************************//**
180
 
Unlocks AUTO_INC type locks that were possibly reserved by a trx. */
 
180
Unlocks AUTO_INC type locks that were possibly reserved by a trx. This
 
181
function should be called at the the end of an SQL statement, by the
 
182
connection thread that owns the transaction (trx->mysql_thd). */
181
183
UNIV_INTERN
182
184
void
183
185
row_unlock_table_autoinc_for_mysql(
747
749
                                        store it here so that we can return
748
750
                                        it to MySQL */
749
751
        /*----------------------*/
750
 
        UT_LIST_NODE_T(row_prebuilt_t)  prebuilts;
751
 
                                        /*!< list node of table->prebuilts */
752
752
        ulint           magic_n2;       /*!< this should be the same as
753
753
                                        magic_n */
754
754
};