We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql驱动的实现方式是构造消息包通过nio发送来达到不阻塞的目的。那就有个问题,如果做两次查询,能否确保先做的查询必然先被mysql服务端处理完毕,并且先返回给客户端呢?
The text was updated successfully, but these errors were encountered:
如果无法确保,那客户端只能通过队列来自己保证了么
Sorry, something went wrong.
No branches or pull requests
mysql驱动的实现方式是构造消息包通过nio发送来达到不阻塞的目的。那就有个问题,如果做两次查询,能否确保先做的查询必然先被mysql服务端处理完毕,并且先返回给客户端呢?
The text was updated successfully, but these errors were encountered: