Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
I think
--tab
|
export would be improved if there was an option to export a row of column headers. This is a very standard CSV format.
Ex. rather than just the .sql file, you could have an output like:
"City","State","Zip"
"New York","New York","10001"
"Washington","District of Columbia","20002"
Perhaps
--prefix-data-by-column-names
|
, which can only be used together with
--tab
|
, would match the style of other options.
Attachments
Issue Links
- causes
-
MDEV-29889 mysqldump --tab --header is slow
- Closed