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

ALTER TABLE .. PARTITION statement #164

Closed
nijel opened this issue Aug 21, 2017 · 1 comment
Closed

ALTER TABLE .. PARTITION statement #164

nijel opened this issue Aug 21, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@nijel
Copy link
Contributor

nijel commented Aug 21, 2017

See phpmyadmin/phpmyadmin#13595, reproduced with current master:

./bin/lint-query --query "ALTER TABLE posts
PARTITION BY LIST COLUMNS (status) (
PARTITION P1 VALUES IN ('public', 'admin', 'moder', 'rec'),
PARTITION P2 VALUES IN ('archive')
);"
#1: Unrecognized alter operation. (near ";" at position 151)
@iifawzi
Copy link
Contributor

iifawzi commented Nov 28, 2022

Hi @williamdes, This can be closed, fixed by #381

@williamdes williamdes self-assigned this Nov 29, 2022
@williamdes williamdes added this to the 5.6.0 milestone Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants