mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
mysqldump --routine fails to dump databases containing backslash ("\")
character. This happened because escaped database name was being used as an
identifier while changing current database. Such identifers are not supposed
to be escaped, they must be properly quoted instead.
85 KiB
85 KiB