~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
500
500
                                        in that case we must flush the log
501
501
                                        in trx_commit_complete_for_mysql() */
502
502
        ulint           duplicates;     /*!< TRX_DUP_IGNORE | TRX_DUP_REPLACE */
503
 
        ulint           active_trans;   /*!< 1 - if a transaction in MySQL
504
 
                                        is active. 2 - if prepare_commit_mutex
505
 
                                        was taken */
506
503
        unsigned        has_search_latch;
507
504
                                        /* TRUE if this trx has latched the
508
505
                                        search system latch in S-mode */