Closed
Description
partition syntax has been supported in dolthub/go-mysql-server#2472.
but adding/removing partition remain error in parser.
alter table a partition by hash ( id );
alter table a remove partitioning ;
partition syntax has been supported in dolthub/go-mysql-server#2472.
but adding/removing partition remain error in parser.
alter table a partition by hash ( id );
alter table a remove partitioning ;