[Bug]: blob length size less than max_allowed_packet ,but select blob reported ERROR Got packet bigger than 'max_allowed_packet' bytes #20880
Labels
kind/bug
Something isn't working
phase/testing
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
Milestone
Is there an existing issue for the same bug?
Branch Name
2.0-dev
Commit ID
0635430
Other Environment Information
Actual Behavior
insert 56.9MB大小压缩文件到blob类型,insert成功后select blob列报错Got packet bigger than 'max_allowed_packet' bytes
max_allowed_packet默认值为64M
mysql的客户端行为和mo不同,select blob返回NULL,也有max_allowed_packet的大小配置,参见mysql文档blob:
https://dev.mysql.com/doc/refman/8.4/en/blob.html
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: