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
-
- Closed
-
- split from
-
MDEV-33188 Enhance mariadb-dump and mariadb-import capabilities similar to MyDumper
-
- Stalled
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue split from MDEV-33188 [ MDEV-33188 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Summary | Add options --dir to mariadb-dump | Add option --dir to mariadb-dump |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Vladislav Vaintroub [ wlad ] | Oleksandr Byelkin [ sanja ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Vladislav Vaintroub [ wlad ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Testing [ 10301 ] |
Assignee | Vladislav Vaintroub [ wlad ] | Lena Startseva [ JIRAUSER50478 ] |
Link | This issue is part of TODO-4630 [ TODO-4630 ] |
Labels | Preview_11.5 |
Assignee | Lena Startseva [ JIRAUSER50478 ] | Vladislav Vaintroub [ wlad ] |
Status | In Testing [ 10301 ] | Stalled [ 10000 ] |
Fix Version/s | 11.5.1 [ 29634 ] | |
Fix Version/s | 11.5 [ 29506 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue relates to |
Link |
This issue relates to |
OK to push after adding test with existing file instead of directory and adding spaces in convert_dirname calls.