Bug #2065 | Inserts hang on gb2312, big5 character sets with fulltext | ||
---|---|---|---|
Submitted: | 9 Dec 2003 16:47 | Modified: | 11 Dec 2003 0:22 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S1 (Critical) |
Version: | Ver 14.3 Dist 4.1.1-alpha pc-linux-i686 | OS: | Linux (Mandrake Linux 9.1) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[9 Dec 2003 16:47]
[ name withheld ]
[10 Dec 2003 6:21]
Sergei Golubchik
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in MySQL. Additional info: already fixed in 4.1.2
[10 Dec 2003 16:42]
[ name withheld ]
Are you referring to CJK bug #2033 as being identical, or which? #2033 referred to UTF8 as a problem, I have no problem with UTF-8 encoding, I have a problem with GB2132 & BIG5. #2033 crashed the server. Mine doesn't crash the server, it makes the client stop responding, but I can start up a new client and use the same database, only that table is problematic. (Yes, the server is problematic, but it can keep serving up the same database, and I can query that table without restarting the server). #2033 was able to deal with a table of record length 1, mine is not. #2033 had a problem creating a full-text index, while my table had the full-text index created. There's also a bug #1977 that has an issue with full-text indexing, but it's a more complicated example of an insert, I don't have a problem with full-text on iso-8859-1 & utf-8, and there's no indication in the solution of what the issue was that fixed. If you are referring to another bug report that I missed, please tell me which one. From an end user's perspective, I downloaded 4.1.1 binary last night as 23 Megs over a 56k modem to test out CJK, discovered a problem, and spent some time documenting in what I hoped was a helpful bug report to make your job easier. If it had seemed to me that this bug was obviously a repeat of another, I would have simply downloaded the latest CVS and tried compiling it myself. Only 26 minutes more to go now.
[10 Dec 2003 23:37]
[ name withheld ]
Fixed by Dec 9 4.1.2 snapshot.
[11 Dec 2003 0:22]
Sergei Golubchik
sorry for not being more detailed. It was the bug reported by a customer and not via bug database, thus it does not have a number. There was an entry in the manual's changelog: * Fixed a hang in full-text indexing of EUC-JP (ujis) data. but it is misleading as all multi-byte charsets besides utf8 were affected, not only ujis. I changed it to: * Fixed a hang in full-text indexing of strings in multi-byte (all besides utf8) charsets.