File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/resources/com/mysql/cj Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Version 8.0.29
5
5
6
+ - Fix for Bug#106397 (33893591), Contribution: fix: fix LocalizedErrorMessages.properties doc: less then -> ...
7
+ Thanks to Jianjian Song for his contribution.
8
+
6
9
- Fix for Bug#77924 (25710160), JDBC SOCKS SHOULD NOT PERFORM LOCAL DNS RESOLUTION.
7
10
8
11
- Fix for Bug#82084 (23743938), YEAR DATA TYPE RETURNS INCORRECT VALUE FOR JDBC GETCOLUMNTYPE().
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Blob.9=BLOB data not found! Did primary keys change?
78
78
79
79
80
80
Buffer.0 =Payload length can not be larger than buffer size.
81
- Buffer.1 =Buffer length is less then expected payload length.
81
+ Buffer.1 =Buffer length is less than expected payload length.
82
82
83
83
CallableStatement.1 =Unable to retrieve metadata for procedure.
84
84
CallableStatement.2 =Parameter name can not be NULL or zero-length.
You can’t perform that action at this time.
0 commit comments