~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-02-22 19:23:48 UTC
  • mfrom: (1273.13.95 build)
  • Revision ID: brian@gaz-20100222192348-bcda6uwqmyt30rbi
Merge Padraig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
544
544
        /*------------------------------*/
545
545
        void*           mysql_thd;      /*!< MySQL thread handle corresponding
546
546
                                        to this trx, or NULL */
547
 
        char**          mysql_query_str;/* pointer to the field in mysqld_thd
 
547
        const char*     mysql_query_str;/* pointer to the field in mysqld_thd
548
548
                                        which contains the pointer to the
549
549
                                        current SQL query string */
550
550
        const char*     mysql_log_file_name;