Commit a44974ab authored by Marko Mäkelä's avatar Marko Mäkelä

Merge mysql-5.1 to mysql-5.5.

parents 37d2bf84 5682272e
...@@ -244,15 +244,11 @@ row_build( ...@@ -244,15 +244,11 @@ row_build(
#ifdef UNIV_BLOB_NULL_DEBUG #ifdef UNIV_BLOB_NULL_DEBUG
if (rec_offs_any_null_extern(rec, offsets)) { if (rec_offs_any_null_extern(rec, offsets)) {
/* This condition can occur during crash recovery /* This condition can occur during crash recovery
before trx_rollback_active() has completed execution. before trx_rollback_active() has completed execution,
or when a concurrently executing
This condition is possible if the server crashed row_ins_index_entry_low() has committed the B-tree
during an insert or update-by-delete-and-insert before mini-transaction but has not yet managed to restore
btr_store_big_rec_extern_fields() did mtr_commit() all the cursor position for writing the big_rec. */
BLOB pointers to the freshly inserted clustered index
record. */
ut_a(trx_assert_recovered(
row_get_rec_trx_id(rec, index, offsets)));
ut_a(trx_undo_roll_ptr_is_insert( ut_a(trx_undo_roll_ptr_is_insert(
row_get_rec_roll_ptr(rec, index, offsets))); row_get_rec_roll_ptr(rec, index, offsets)));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment