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