Skip to content
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

For cache table should not be allowed to create indexes #29659

Closed
Tracked by #25293
JayLZhou opened this issue Nov 10, 2021 · 1 comment · Fixed by #29707
Closed
Tracked by #25293

For cache table should not be allowed to create indexes #29659

JayLZhou opened this issue Nov 10, 2021 · 1 comment · Fixed by #29707
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@JayLZhou
Copy link
Contributor

JayLZhou commented Nov 10, 2021

This ia subtask #25293
for cache table . create index xxx on(cache_table) should not be allowed.
so tne following operator is valid.

alter table cache_table nocache
create index xxx on (cache_table)
alter table cache_table cache
@JayLZhou JayLZhou added the type/enhancement The issue or PR belongs to an enhancement. label Nov 10, 2021
@JayLZhou
Copy link
Contributor Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant