A patch for Bug#48915 (After having switched off the ipv6 support in OS,
mysqld crashed in network_init()). The problem was that current_thd was not ready at that point in mysqld life, so ER() macro could not be used. The fix is to use ER_DEFAULT() macro, which is intented for such cases.
Showing
Please register or sign in to comment