You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-477 Change autoincrement on ALTER TABLE
This patch allows the following syntax to change the current autoincrement value for the table: ALTER TABLE table_name COMMENT='autoincrement=value'; Where "value" is the new integer to be used.
This commit is contained in:
@ -46,6 +46,7 @@ enum ServerMessages
|
||||
WE_SVR_UPDATE_SYSCOLUMN_NEXTVAL,
|
||||
WE_SVR_UPDATE_SYSCOLUMN_TABLENAME,
|
||||
WE_SVR_UPDATE_SYSCOLUMN_AUTO,
|
||||
WE_SVR_UPDATE_SYSCOLUMN_AUTOVAL,
|
||||
WE_SVR_UPDATE_SYSCOLUMN_COLPOS,
|
||||
WE_SVR_UPDATE_SYSCOLUMN_RENAMECOLUMN,
|
||||
WE_SVR_UPDATE_SYSTABLE_TABLENAME,
|
||||
|
Reference in New Issue
Block a user