greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

supports "use" stmt in mysql

Open MichaelScofield opened this issue 2 years ago • 0 comments

What type of enhancement is this?

API improvement

What does the enhancement do?

Support "use" stmt in mysql. It's required when clients use jdbc.

Implementation challenges

  • [x] Implement a bare sketch of session, and support "use" in mysql server
  • [x] Modify insertion and selection related codes in Datanode
  • [ ] Modify other sql related codes in Datanode
  • [ ] Support "use" in Frontend

MichaelScofield avatar Nov 30 '22 09:11 MichaelScofield