Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.3
-
None
Description
The innochecksum option -l refers to --log, not --leaf as some user might expect.
We should remove or rename the duplicate short option.
In the MySQL version of innochecksum, there is no --leaf option at all.
Attachments
Issue Links
- is caused by
-
MDEV-10727 Merge 5.7 Innochecksum with 5.6
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Status | Open [ 1 ] | In Progress [ 3 ] |
Component/s | OTHER [ 10125 ] | |
Fix Version/s | 10.2.4 [ 22116 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 79324 ] | MariaDB v4 [ 151587 ] |
commit 51b248cfdd7b0c6c6477be8eda7a0cdd335f11bd
Author: Jan Lindström <jan.lindstrom@mariadb.com>
Date: Tue Jan 24 15:04:50 2017 +0200
MDEV-11879: Duplicate option innochecksuml (-log, --leaf)Move --leaf under -e to avoid duplicate option and retain
-l for --log (to maintain compatibility with MySQL 5.7).