修改物化视图状态提示语法错误

【详述】执行 ALTER MATERIALIZED VIEW order_mv ACTIVE; 提示错误“You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ACTIVE’ at line 1”
【背景】修改的物化视图依赖基表
【业务影响】
【StarRocks版本】例如:2.5.4

我这边实测2.5.8版本 执行ALTER MATERIALIZED VIEW order_mv1 ACTIVE;
没有问题 麻烦直连fe 试一下?