Skip to content

Support alter table rename key. #6405

Closed
@winkyao

Description

create table t1 (pk int primary key, i int, j int, key a(i));
alter table t1 rename key a to b;
alter table t1 rename index b to c;

reports line 1 column 25 near " a to b;" (total length 33)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions