Bug #115570 | Disable to write multibyte char to field of varchar type by MySQL Odbc Drive | ||
---|---|---|---|
Submitted: | 12 Jul 2024 5:14 | Modified: | 17 Jul 2024 8:20 |
Reporter: | ou reitetsu | Email Updates: | |
Status: | Analyzing | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | from mysql odbc 5.3.11.00 | OS: | Windows |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[12 Jul 2024 5:14]
ou reitetsu
[12 Jul 2024 5:18]
ou reitetsu
create table usqlmysqlcscp93201( CHAR01 CHAR(10) DEFAULT NULL, ) ENGINE=InnoDB DEFAULT CHARSET=cp932
[12 Jul 2024 5:22]
ou reitetsu
Disenable to write multibyte char to field of varchar type for MySQL ODbc Driver
[12 Jul 2024 5:23]
ou reitetsu
update title
[12 Jul 2024 5:37]
ou reitetsu
update title
[15 Jul 2024 13:07]
MySQL Verification Team
Hello! Thank you for the bug report. Create table statement of "usqlmysqlcscp93201" has column of type char() but You are trying to insert data of type varchar() which is not supported by char(). Please clarify the issue and provide us correct create table statement and data you are trying to insert. Regards, Ashwini Patil
[15 Jul 2024 23:23]
ou reitetsu
Thanks for your mail. You can create table by the following DLL: ---------------------------- create table usqlmysqlcscp93201( CHAR01 VARCHAR(10) DEFAULT NULL, ) ENGINE=InnoDB DEFAULT CHARSET=cp932 ------------ Thanks
[17 Jul 2024 8:20]
ou reitetsu
Is MySQL Server 5.x thread-safety? Is MySQL Server 8.x thread-safety? Is MySQL Connector/ODBC 5.x thread-safety? Is MySQL Connector/ODBC 8.x thread-safety?