Details
-
New Feature
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
Similar to --tab, this option will create *.sql file with DDL , and a *.txt file, with tab separated data
Unlike --tab, this will support multiple databases. It will create a directory structure in the directory pointed to by --dir=path parameter, where directory names correspond to databases that are being (maybe partially) backed up.
All options compatible with --tab are also supported with --dir, in particular parallel execution with consistent backup. So the difference between --tab and --dir is
- --dir creates directory structure described above
- --all-databases and --databases are supported.
Attachments
Issue Links
- relates to
-
MDEV-33944 Document option --dir for mariadb-dump
- Closed
-
MDEV-34719 Disable purge for LOAD DATA INFILE into empty table
- In Progress
- split from
-
MDEV-33188 Enhance mariadb-dump and mariadb-import capabilities similar to MyDumper
- Stalled