~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/trx/trx0trx.c

InnoDB compiles clean. Need to send this patch upstream. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1818
1818
/********************************************************************
1819
1819
Prepares a transaction. */
1820
1820
 
1821
 
void
 
1821
static void
1822
1822
trx_prepare_off_kernel(
1823
1823
/*===================*/
1824
1824
        trx_t*  trx)    /* in: transaction */