cql: unlock ALTER TABLE syntax

It was marked experimental for 1.0, but will be fully supported in the
next release.
Message-Id: <1459707946-5860-1-git-send-email-avi@scylladb.com>
This commit is contained in:
Avi Kivity
2016-04-03 21:25:46 +03:00
committed by Pekka Enberg
parent 613e7d8618
commit 6a3cf4ac41

View File

@@ -83,8 +83,6 @@ static const sstring ALTER_TABLE_FEATURE = "ALTER TABLE";
future<bool> alter_table_statement::announce_migration(distributed<service::storage_proxy>& proxy, bool is_local_only)
{
auto& db = proxy.local().get_db().local();
db.get_config().check_experimental(ALTER_TABLE_FEATURE);
auto schema = validation::validate_column_family(db, keyspace(), column_family());
auto cfm = schema_builder(schema);