-
Notifications
You must be signed in to change notification settings - Fork 92
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
Bug: write fields error 0: conn 0: Check conn status error #317
Labels
bug
Something isn't working
Comments
This problem occurs when the mysql client queries again after the GO client executes the statement and exits |
Penglq
added a commit
to Penglq/arana
that referenced
this issue
Jul 30, 2022
jjeffcaii
pushed a commit
that referenced
this issue
Jul 31, 2022
binbin0325
pushed a commit
to binbin0325/arana
that referenced
this issue
Jul 31, 2022
* Add: add test case for iterator. * fix: format import. * fix: fix test case error. * Add: add test case for shard_expr. * Add: add license header. * Add: add new test case. * fix: fix import format. * refactor schemanager cache to lru cache (arana-db#246) Co-authored-by: Dong Jianhui <dongjianhui03@meituan.com> * optimize maxAllowedPacket config fix: arana-db#292 arana-db#281 (arana-db#297) * insert multi value at once request, throw error msg when any row error fix: arana-db#287 (arana-db#313) * feat: support show status (arana-db#309) * feat: max_allowed_packet is set by the user (arana-db#312) Co-authored-by: Zonglei Dong <dongzonglei@apache.org> Co-authored-by: Mulavar <978007503@qq.com> Co-authored-by: Dong Jianhui <dongjianhui03@meituan.com> Co-authored-by: adair peng <luqiangpeng5945@gmail.com> * style: fix code style * ci: fix ci bug * ci: fix ci bug * ci: fix ci error * fix: fix ci bug * fix: fix runtime.Runtime use Co-authored-by: Jeffsky <jjeffcaii@outlook.com> Co-authored-by: Zonglei Dong <dongzonglei@apache.org> Co-authored-by: Mulavar <978007503@qq.com> Co-authored-by: Dong Jianhui <dongjianhui03@meituan.com> Co-authored-by: adair peng <luqiangpeng5945@gmail.com> debug: listen capabilities fix:arana-db#317 (arana-db#328) feat: support "show collation" SQL statement. (arana-db#307) chore: add unit test. (arana-db#323) * Add: add unit test for api.go. * Add: add license header. * fix: fix import format. * fix: refactor mock file directory. * fix: fix import format. * fix: fix path name. * fix: fix test config file content. * add: add test case for file.go . * fix: fix import format. * fix: fix file format. * fix: fix code review problem. * fix: fix error test case. * fix: fix bootstrap test config. * fix: fix test config data. commit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
use mysql client connect
arana
, execute SQL is OK.use follow code insert data:
arana
, execute is error.arana
console error msg:The text was updated successfully, but these errors were encountered: