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 ```