-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
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
任务:实现use dbxx的语法 #1
Labels
Comments
通过MySQL协议跟踪,发现use dbname的command为0x02,即COM_INIT_DB,仿照mycat-1.5实现即可。 |
本任务带验证,希望有人验证并补充截图或文字案例 |
zwyqz
pushed a commit
to zwyqz/Mycat2
that referenced
this issue
Oct 31, 2018
zwyqz
pushed a commit
to zwyqz/Mycat2
that referenced
this issue
Oct 31, 2018
zwyqz
pushed a commit
to zwyqz/Mycat2
that referenced
this issue
Oct 31, 2018
zwyqz
pushed a commit
to zwyqz/Mycat2
that referenced
this issue
Oct 31, 2018
zwyqz
pushed a commit
to zwyqz/Mycat2
that referenced
this issue
Nov 21, 2018
zwyqz
pushed a commit
to zwyqz/Mycat2
that referenced
this issue
Nov 21, 2018
zwyqz
pushed a commit
to zwyqz/Mycat2
that referenced
this issue
Nov 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use dbxx目前在MySQL客户端的时候,发送给Mycat的命令为dbxx,并非是use dbxx的完整命令,争取志愿者完成。
The text was updated successfully, but these errors were encountered: