Bug #7598 Bug in InnoDB BLOB updates
Submitted: 30 Dec 2004 23:15 Modified: 30 Dec 2004 23:22
Reporter: Marko Mäkelä Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S1 (Critical)
Version:5.0.3-bk OS:Any (all)
Assigned to: Marko Mäkelä CPU Architecture:Any

[30 Dec 2004 23: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().
[30 Dec 2004 23:22] Marko Mäkelä
Fixed in source repository.