~stewart/drizzle/seapitester-state-history

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/bulk_commit.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:
78
78
    }
79
79
  }
80
80
}
 
81
segment_id: 1
 
82
end_segment: true
81
83
 
82
84
transaction_context {
83
85
  server_id: 1
162
164
    }
163
165
  }
164
166
}
 
167
segment_id: 1
 
168
end_segment: false
165
169
 
166
170
transaction_context {
167
171
  server_id: 1
198
202
    }
199
203
  }
200
204
}
 
205
segment_id: 2
 
206
end_segment: true
201
207
 
202
208
DROP TABLE t;
203
209
SET GLOBAL transaction_log_truncate_debug= true;