mirror of
https://github.com/MariaDB/server.git
synced 2025-12-07 17:42:39 +03:00
When mysqldump tries to dump information in xml format, the result does not contain field level comments. In order to retrieve various informations for a field/column, mysqldump currently uses 'show fields from <tab>' statement. The attributes returned by the statement lacks the information regarding field comments. Fixed by changing the query to one that probes I_S to retrieve required field informations, including the field comment.
2.4 KiB
2.4 KiB