[MDEV-17149] mariabackup hangs if innodb is not started Created: 2018-09-06 Updated: 2018-09-06 Resolved: 2018-09-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.18, 10.3.10, 10.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
If server is started without innodb (skip-innodb), the mariabackup hangs. log copying thread never finishes due to stop condition being which was introduced in https://github.com/MariaDB/server/commit/dc9c555415b1 |