mirror of
https://github.com/luapower/mysql.git
synced 2025-02-08 16:20:31 +01:00
unimportant
This commit is contained in:
parent
21ba9c41c4
commit
3e9cf7ecba
@ -1064,6 +1064,7 @@ conn.connect = protect(conn.connect)
|
|||||||
|
|
||||||
function conn:close()
|
function conn:close()
|
||||||
if self.state then
|
if self.state then
|
||||||
|
mysql.note('close', 'host=%s:%s', self.host, self.port)
|
||||||
local buf = send_buffer(1)
|
local buf = send_buffer(1)
|
||||||
set_u8(buf, COM_QUIT)
|
set_u8(buf, COM_QUIT)
|
||||||
send_packet(self, buf)
|
send_packet(self, buf)
|
||||||
|
Loading…
Reference in New Issue
Block a user