Bug #111953 | The JDBC program gets stuck during execution after connecting to the database | ||
---|---|---|---|
Submitted: | 3 Aug 2023 8:36 | Modified: | 20 Oct 2023 15:30 |
Reporter: | peng a | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 8.0.22,8.0.33, 8.1.0 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[3 Aug 2023 8:36]
peng a
[11 Aug 2023 2:11]
peng a
This behavior occurred in both versions 8.0.22 and 8.0.33, and the jar package was replaced accordingly. In addition, a simple table structure and data used for the test are attached. mysql> show create table t1; +-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table | +-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ | t1 | CREATE TABLE `t1` ( `c1` int NOT NULL, `c2` int DEFAULT NULL, PRIMARY KEY (`c1`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci | +-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> select * from t1; +----+------+ | c1 | c2 | +----+------+ | 1 | 3 | | 2 | 1 | | 3 | 2 | +----+------+ 3 rows in set (0.00 sec)
[11 Aug 2023 10:30]
MySQL Verification Team
Hello! Thank you for the report and feedback. regards, Umesh
[20 Oct 2023 15:30]
Filipe Silva
Must be fixed in the MySQL server. Please follow up Bug#101614.