-
Notifications
You must be signed in to change notification settings - Fork 753
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
feat: support temporary table #16250
Conversation
# Conflicts: # src/query/service/src/sessions/query_ctx.rs # src/query/service/src/sessions/session_ctx.rs
# Conflicts: # Cargo.lock # src/query/catalog/src/table.rs
# Conflicts: # src/query/service/src/interpreters/interpreter_table_create.rs # src/query/service/src/interpreters/interpreter_table_drop.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Privilege part is LGTM
# Conflicts: # src/query/catalog/src/catalog/interface.rs
Conflicting files |
# Conflicts: # src/query/service/src/sessions/session_ctx.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 supports the memory engine later? if it makes sense.
Got it. |
cc @soyeric128 need doc |
Not ready, there are still some tasks: #16310 |
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
This PR supports temporary table in mysql session.
The syntex is:
Next step:
Tests
Type of change
This change is