-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skynet mysql.lua query 执行超长文本(16MB) #1700
Comments
如果确实16M限制,可以分开多个字段存储。 |
local function _compose_query(self, query)
end |
之前也遇到类似问题, 但这个不太好解决, 和 mysql 的 max_packet_size 等参数要同步 |
_compose_query 好像不支持超长文本打包, 比如文本超过16MB strpack(string.pack)会报错, 修改了下 不得行. 是否有其他大佬修改过 有相关案例提供吗?
The text was updated successfully, but these errors were encountered: