Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.11.1
-
None
Description
mysqldump --header --tab wraps the dumping SELECT in UNION ALL + ORDER BY. Which means a filesort (try EXPLAIN), that would make mysqldump notably slower on large tables. This is completely unnecessary, because the ordering of table rows is unimportant.
Attachments
Issue Links
- is caused by
-
MDEV-22200 mysqldump client: --tab export with column names header row
- Closed
- relates to
-
MDEV-12879 Please add support for exporting column headers to CSV
- Open