~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 
132
132
        trx->mysql_thd = NULL;
133
133
        trx->mysql_query_str = NULL;
 
134
        trx->mysql_query_len = NULL;
 
135
 
134
136
        trx->active_trans = 0;
135
137
        trx->duplicates = 0;
136
138
 
936
938
        trx->undo_no = ut_dulint_zero;
937
939
        trx->last_sql_stat_start.least_undo_no = ut_dulint_zero;
938
940
        trx->mysql_query_str = NULL;
 
941
        trx->mysql_query_len = NULL;
939
942
 
940
943
        ut_ad(UT_LIST_GET_LEN(trx->wait_thrs) == 0);
941
944
        ut_ad(UT_LIST_GET_LEN(trx->trx_locks) == 0);