mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
增加mysql.ping测试网络状态
增加blob数据格式支持 增加mysql.execute支持预处理语句和存储过程调用
This commit is contained in:
@@ -881,7 +881,7 @@ local function _prepare_resp(self,sql)
|
||||
end
|
||||
|
||||
-- 注册预处理语句
|
||||
function _prepare(self,query)
|
||||
local function _prepare(self,query)
|
||||
local stmt = self.stmts[query]
|
||||
if stmt then
|
||||
return stmt
|
||||
|
||||
Reference in New Issue
Block a user