~stewart/drizzle/seapitester-state-history

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/savepoint.result

  • Committer: Lee Bieber
  • Date: 2011-01-12 04:30:24 UTC
  • mfrom: (2075.1.3 build)
  • Revision ID: kalebral@gmail.com-20110112043024-zgws6jzd54oym9um
Merge Brian - fix bug 527084 - DROP TABLE: getTableDefiniton returns EEXIST but doDropTable returns ENOENT leads to SIGSEGV
Merge Shrews - fix bug 686781 - Transaction message segmenting does not work in all cases 
Merge Stewart - fix bug 376299: sum_distinct-big test fails after resetting max_heap_table_size

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    }
120
120
  }
121
121
}
 
122
segment_id: 1
 
123
end_segment: true
122
124
 
123
125
transaction_context {
124
126
  server_id: 1
194
196
    }
195
197
  }
196
198
}
 
199
segment_id: 1
 
200
end_segment: true
197
201
 
198
202
DROP TABLE t1, t2, t3;
199
203
SET GLOBAL transaction_log_truncate_debug= true;