Add update_thd() to several places in ha_innodb.cc to make sure prebuilt->trx...
Add update_thd() to several places in ha_innodb.cc to make sure prebuilt->trx points to the right trx object; in other functions add assertions that prebuilt->trx is for this thd; when 5.1 stabilizes, we can change these assertions to ut_ad() debug version assertions
Showing
Please register or sign in to comment