[MDEV-25328] --innodb command line option causes mariabackup to fail Created: 2021-04-02 Updated: 2021-04-13 Resolved: 2021-04-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST, mariabackup, Storage Engine - InnoDB |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.2.38, 10.3.29, 10.4.19, 10.5.10, 10.6.0 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Julius Goryavsky | Assignee: | Julius Goryavsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
After
|
| Comments |
| Comment by Sergei Golubchik [ 2021-04-02 ] |
|
No, this is yet another hack on top of all other hacks. |
| Comment by Julius Goryavsky [ 2021-04-06 ] |
|
1) Fixed my_getopt; https://github.com/MariaDB/server/commit/57d5fe737e2baf7fcb6fe48595a8d35b79305938 |
| Comment by Julius Goryavsky [ 2021-04-07 ] |
|
As discussed with Sergei, it was decided to split patch into a simple fix here and a separate task of transferring SST scripts to a new interface. |
| Comment by Julius Goryavsky [ 2021-04-07 ] |
|
Simple one-line fix plus minor cosmetic changes to the previous patch (which caused problems) to get rid of unnecessary spaces on the command line + corrected tests that could hypothetically cause problems in the future due to abbreviations for option names: http://buildbot.askmonty.org/buildbot/grid?category=main&branch=bb-10.2-MDEV-25328-v3 |
| Comment by Julius Goryavsky [ 2021-04-07 ] |
|
Everything else has been moved into a separate task: https://jira.mariadb.org/browse/MDEV-25356 |
| Comment by Julius Goryavsky [ 2021-04-07 ] |
|
It's the same in three different commits (just split): |
| Comment by Sergei Golubchik [ 2021-04-09 ] |
|
https://github.com/MariaDB/server/commit/e14d1b35cff2d33f5bdcf578511c73b04245b372 are ok to push |
| Comment by Julius Goryavsky [ 2021-04-11 ] |
|
fixed |