merge mysql driver

This commit is contained in:
Cloud Wu
2014-10-22 11:14:57 +08:00
7 changed files with 1273 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ local function dispatch_by_order(self)
else
close_channel_socket(self)
local errmsg
if result ~= socket_error then
if result_ok ~= socket_error then
errmsg = result_ok
end
self.__result[co] = socket_error