You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
For the partition map of
Bootstrap mode produced an output:
which should have had
VALUES LESS THAN (MAXVALUE, MAXVALUE);
as the tailThe text was updated successfully, but these errors were encountered: