not support protocol need disconnect

This commit is contained in:
obdev 2021-07-08 13:36:48 +08:00 committed by wangzelin.wzl
parent d6ae24e6c1
commit f02d4c0d30

View File

@ -37,6 +37,7 @@ public:
} else {
SERVER_LOG(WARN, "MySQL command not supported", "cmd", pkt.get_cmd());
}
disconnect();
}
return ret;
}