mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
84c205f9ee
Problem was that in mysql-trunk the ER() macro is now dependent on current_thd and the innodb monitor thread has no binding to that thd object. This cause the crash because of bad derefencing. Solution was to add a new macro which take the thd as an argument (which the innodb thread uses for the call). (Updated according to reviewers comments, i.e. added ER_THD_OR_DEFAULT and moved test to suite parts.)
1 line
23 B
Text
1 line
23 B
Text
--innodb-status-file=1
|