~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-03-05 03:12:24 UTC
  • mfrom: (1273.1.32 bug530870)
  • Revision ID: brian@gaz-20100305031224-ijnk5d5n4dut5mtv
Merge Jay's bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
511
511
                                        in trx_commit_complete_for_mysql() */
512
512
        unsigned        dict_operation:2;/**< @see enum trx_dict_op */
513
513
        unsigned        duplicates:2;   /*!< TRX_DUP_IGNORE | TRX_DUP_REPLACE */
514
 
        unsigned        active_trans:2; /*!< 1 - if a transaction in MySQL
515
 
                                        is active. 2 - if prepare_commit_mutex
516
 
                                        was taken */
517
514
        unsigned        has_search_latch:1;
518
515
                                        /* TRUE if this trx has latched the
519
516
                                        search system latch in S-mode */