~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

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 */