1
0
의 미러 https://github.com/luapower/mysql.git synced 2025-12-29 18:25:28 +01:00

unimportant

This commit is contained in:
Cosmin Apreutesei
2021-10-27 18:56:59 +03:00
부모 21ba9c41c4
커밋 3e9cf7ecba

파일 보기

@@ -1064,6 +1064,7 @@ conn.connect = protect(conn.connect)
function conn:close()
if self.state then
mysql.note('close', 'host=%s:%s', self.host, self.port)
local buf = send_buffer(1)
set_u8(buf, COM_QUIT)
send_packet(self, buf)