[MDEV-9214] Server miscalculates the number of XA-capable engines Created: 2015-11-30 Updated: 2015-12-22 Resolved: 2015-12-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins, XA |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.1.10 | ||||||||
| Description |
|
Apparently, 10.1 somehow wrongly counts the number of XA-capable engines. Here are some scenarios which make me think that:
or
|
| Comments |
| Comment by Elena Stepanova [ 2015-11-30 ] | ||||||
|
I've set it up on perro.
The test runs with XtraDB and TokuDB at first, then restarts the server without TokuDB and fails with
| ||||||
| Comment by Elena Stepanova [ 2015-12-01 ] | ||||||
|
The unpleasant side-effect is that while 10.0 started with only one XA-capable engine (which is the most common situation) does not care about a stale tc.log, 10.1 does, and can fail to start. I think it was the reason of the problem in |