Skip to content

support changing TABLE placement options through ALTER TABLE #28833

Closed
@morgo

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

Metadata

Assignees

Labels

type/enhancementThe issue or PR belongs to an enhancement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions