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

Bootstrap created an Alter Table multicolumn MAX_VALUE without parens #9

Open
jcjones opened this issue Apr 26, 2021 · 0 comments
Open

Comments

@jcjones
Copy link
Collaborator

jcjones commented Apr 26, 2021

For the partition map of

 PARTITION BY RANGE  COLUMNS(`orderID`,`authzID`)
(PARTITION `p_start` VALUES LESS THAN (MAXVALUE,MAXVALUE) ENGINE = InnoDB) |

Bootstrap mode produced an output:

ALTER TABLE `orderToAuthz2` REORGANIZE PARTITION `p_start` INTO (PARTITION `p_20210426` VALUES LESS THAN (250756193, 35321380), PARTITION `p_20210526` VALUES LESS THAN (250756193, 52665941), PARTITION `p_20210625` VALUES LESS THAN (250756193, 70010502), PARTITION `p_20210725` VALUES LESS THAN MAXVALUE, MAXVALUE);

which should have had VALUES LESS THAN (MAXVALUE, MAXVALUE); as the tail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant