[MDEV-6313] mysqld --log-bin=no-such-dir/master crashes during server initialization Created: 2014-06-06 Updated: 2014-07-23 Resolved: 2014-07-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.38, 10.0.11 |
| Fix Version/s: | 5.5.39, 10.0.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Got this crash while creating a test case. I guess the problem is likely ER() macro calling current_thd which is most probably not available during server initialization. Probably it should be switched to something like ER_DEFAULT() |
| Comments |
| Comment by Sergey Vojtovich [ 2014-06-24 ] | |||||||||||||||
|
Sergei, please review fix for this bug. | |||||||||||||||
| Comment by Sergei Golubchik [ 2014-07-23 ] | |||||||||||||||
|
ok to push! | |||||||||||||||
| Comment by Sergey Vojtovich [ 2014-07-23 ] | |||||||||||||||
|
Pushed to 5.5.39:
|