Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.34, 10.3.25, 10.4.15, 10.5.6
Description
Mariabackup's --use-memory option is only relevant when performing a --prepare. However, the usage message does not mention this:
$ mariabackup --help | grep use-memory
|
--use-memory=# The value is used instead of buffer_pool_size
|
It should probably be clarified, so it says something like this instead:
The value is used in place of innodb_buffer_pool_size. This option is only relevant when the --prepare option is specified.
Attachments
Issue Links
- relates to
-
MDEV-20556 Remove references to "xtrabackup" and "innobackupex" executables in mariabackup option descriptions
- Closed