Shane,
Can't reproduce the bug with the latest BK snapshot + release plugin source on Linux/64. The bug report suggests "any OS" , have you tested on Linux ? This is what I did to reproduce the bug:
bkf clone bk://mysql.bkbits.net/mysql-5.1 5.1
cd 5.1/storage
rm -rf innobase
wget [
www.innodb.com] (into /tmp)
tar xvzf /tmp/innodb_plugin-1.0.0-5.1.tar.gz
mv innodb_plugin-1.0.0-5.1 innobase
cd ..
./configure
cd storage/innobase
make
Then I copied the .libs/ha_innodb.so to where I had installed the 5.1.25 (with statically linked InnoDB that came with the BK snapshot)/lib/mysql/plugin.
Fired up the server with the --skip-innodb option.
Ran the bug36172.sql test and no crash.
sunny@xen:5.1> mysql -D test < /tmp/bug36172.sql
Table Op Msg_type Msg_text
test.table0 check status OK
Table Op Msg_type Msg_text
test.table0 check status OK
Can you please check the above steps and let me know if that's what you did. Also, can you reproduce it every time or is it random ? Note: I ran the plugin binary on the same system on which it was built.
Regards,
-sunny