Closed
Description
Enhancement
Subtask of #18030
The following should be supported:
mysql> create table t1 (a int);
Query OK, 0 rows affected (0.11 sec)
mysql> create placement policy p1 primary_region="us-east-1" regions="us-east-1";
Query OK, 0 rows affected (0.10 sec)
mysql> alter table t1 placement policy=p1;
ERROR 8200 (HY000): This type of ALTER TABLE is currently unsupported