Details
-
Task
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
Description
Using mariabackup with the --innobackupex switch should print a deprecation warning ER_WARN_DEPRECATED_SYNTAX or ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT.
Also, mariadb-backup --innobackupex prints a wrong warning:
--innobackupex: Deprecated program name.
|
It will be removed in a future release,
|
use '/path/to/mariadb-backup' instead
|
It's generated in my_init() which incorrectly thinks that the program name is --innobackupex rather than mariadb-backup.
Let's remove this warning.
Attachments
Issue Links
- blocks
-
MDEV-20552 Remove innobackupex mode from Mariabackup
- Stalled
- relates to
-
MDEV-32253 impossible to use --no-timestamp option
- Open