openresty / lua-resty-mysql

Nonblocking Lua MySQL driver library for ngx_lua or OpenResty
708 stars 236 forks source link

using lua-resty-mysql query table contents, returned body incorrect #144

Open unendlichkeiten opened 1 year ago

unendlichkeiten commented 1 year ago

a table field has large content which memory exceed 16M。if you query this contents, response is not correctly。service returned two rows which contents was splited two parts. can I change this var value to resolve it ? image