Bug #2592 | mysqldump doesn't quote "tricky" names correctly. | ||
---|---|---|---|
Submitted: | 30 Jan 2004 18:39 | Modified: | 10 Feb 2004 9:22 |
Reporter: | Paul DuBois | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S3 (Non-critical) |
Version: | 4.1 | OS: | |
Assigned to: | Bugs System | CPU Architecture: | Any |
[30 Jan 2004 18:39]
Paul DuBois
[6 Feb 2004 10:35]
Victor Vagin
Thank you very much for your description You can have a look at commit with subj "bk commit - 4.1 tree (vva:1.1688)" The extra reason of bug was wrong processing of quted names in lexer for multibyte strings (mysqldump connects to server with utf8 by default now) Please note, final output of test in commit is still wrong because of bug #2593 it will be fixed when patch for bug #2593 will be pushed
[10 Feb 2004 9:22]
Victor Vagin
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html