提交 d49f1baf 编写于 作者: B bf0 提交者: wangzelin.wzl

change default server language for mysql handshake

上级 889d5cb6
......@@ -65,7 +65,7 @@ OMPKHandshake::OMPKHandshake() : auth_plugin_data2_(), terminated_(0)
auth_plugin_data_len_ = 0;
}
server_language_ = 83; // utf8_bin
server_language_ = 46; // utf8mb4_bin
server_status_ = 0; // no this value in mysql protocol document
memset(reserved_, 0, sizeof(reserved_));
memset(auth_plugin_data2_, 'b', sizeof(auth_plugin_data2_) - 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册