unimportant

This commit is contained in:
Cosmin Apreutesei 2021-10-27 18:56:59 +03:00
parent 21ba9c41c4
commit 3e9cf7ecba
1 changed files with 1 additions and 0 deletions

View File

@ -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)