[MDEV-6543] Crash if enable 'federatedx' when 'federated' plugin already enabled, and vice-versa Created: 2014-08-06 Updated: 2014-08-06 Resolved: 2014-08-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.12 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Chris Calender (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Description |
|
I was testing out enabling some storage engines in 10.0.12, and generated a crash with the following 2 statements:
Here is the session output:
The same also happens if you install 'federatedx' first, and then 'federated'. Note this corrupts the plugin table as well. If once you restart mysqld after the crash, the run the crashing command again, you will see this in the error log:
When I ran:
That fixed the corruption, as I could then add either federated again (just not both). Also, note that nothing was logged to the error log about the crash. The log made it look as if mysqld was still running:
|