Skip to content

Commit 5f5d1b9

Browse files
committed
Fix for Bug#106397 (33893591), Contribution: fix: fix
LocalizedErrorMessages.properties doc: less then -> ...
1 parent 0e0f658 commit 5f5d1b9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
Version 8.0.29
55

6+
- Fix for Bug#106397 (33893591), Contribution: fix: fix LocalizedErrorMessages.properties doc: less then -> ...
7+
Thanks to Jianjian Song for his contribution.
8+
69
- Fix for Bug#77924 (25710160), JDBC SOCKS SHOULD NOT PERFORM LOCAL DNS RESOLUTION.
710

811
- Fix for Bug#82084 (23743938), YEAR DATA TYPE RETURNS INCORRECT VALUE FOR JDBC GETCOLUMNTYPE().

src/main/resources/com/mysql/cj/LocalizedErrorMessages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Blob.9=BLOB data not found! Did primary keys change?
7878

7979

8080
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.
8282

8383
CallableStatement.1=Unable to retrieve metadata for procedure.
8484
CallableStatement.2=Parameter name can not be NULL or zero-length.

0 commit comments

Comments
 (0)