Comment 2 for bug 745241

Revision history for this message
Alexey Kopytov (akopytov) wrote :

I can easily reproduce it like this:

shell1> while true; do client/mysql -e "create temporary table t1(a int); create temporary table t2(a int); create temporary table t3(a int)" test; done

shell2> while true; do client/mysql -e "select * from global_temporary_tables" information_schema; done

Crashes in a few seconds.