Bug #7598 Bug in InnoDB BLOB updates
Submitted: 31 Dec 2004 0:15 Modified: 31 Dec 2004 0:22
Reporter: Marko Mäkelä
Status: Closed
Category:Server: InnoDB Severity:S1 (Critical)
Version:5.0.3-bk OS:Any (all)
Assigned to: Marko Mäkelä Target Version:

[31 Dec 2004 0:15] Marko Mäkelä
Description:
Running ibtestblobold crashes the server. This is due to a bug in row_upd_clust_rec():
two statements are in reverse order. The bug does not exist in 5.0.2.

How to repeat:
Run ibtestblobold and watch mysqld crash almost immediately.

Suggested fix:
Permute the two statements in row_upd_clust_rec() before the call to
btr_store_big_rec_extern_fields().
[31 Dec 2004 0:22] Marko Mäkelä
Fixed in source repository.