修改制表符

This commit is contained in:
冉朋
2019-12-17 18:55:47 +08:00
committed by 云风
parent ed6dd39670
commit 64d6baa176

View File

@@ -958,7 +958,6 @@ function _M.stmt_reset(self, stmt)
if not self.query_resp then if not self.query_resp then
self.query_resp = _query_resp(self) self.query_resp = _query_resp(self)
end end
return sockchannel:request(querypacket, self.query_resp)
end end
local function _compose_stmt_close(self, stmt) local function _compose_stmt_close(self, stmt)