Bug #5002 | mysqldump where option not working with string criteria | ||
---|---|---|---|
Submitted: | 11 Aug 2004 20:46 | Modified: | 13 Aug 2004 18:53 |
Reporter: | Dennis Mitchell | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S2 (Serious) |
Version: | 4.1.3b-beta | OS: | Windows (Windows Server 2003) |
Assigned to: | Dean Ellis | CPU Architecture: | Any |
[11 Aug 2004 20:46]
Dennis Mitchell
[13 Aug 2004 18:53]
Dean Ellis
This is expected behavior when character sets conflict; the character set mysqldump is using (which you can change with --default-character-set, or with explicit character set qualifiers on the string constants) conflicts with the character set used by the table(s).
[18 Aug 2004 17:41]
Dennis Mitchell
Thank you for looking into my reported bug. As you suggested, 4.1.3b-beta mysqldump works fine with the option "--default-character-set=latin1". Perhaps, it would be worthwhile to include a note in the mysqldump documentation that the initial default character set for 4.1.3b-beta mysqldump can conflict with the initial default character for 4.1.3b-beta INNODB tables (or perhaps only with multiple tablespaces?). I didn't make any configuration changes to either program, other than specifying multiple tablespaces in my.ini.