summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 5c6875b00c0..bb6caef0ebb 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -8274,12 +8274,6 @@ mysql_prepare_alter_table(THD *thd, TABLE *table,
alter_ctx->datetime_field= def;
alter_ctx->error_if_not_empty= TRUE;
}
- if (def->flags & VERS_SYSTEM_FIELD &&
- !(alter_info->flags & ALTER_ADD_SYSTEM_VERSIONING))
- {
- my_error(ER_VERS_NOT_VERSIONED, MYF(0), table->s->table_name.str);
- goto err;
- }
if (!def->after.str)
new_create_list.push_back(def, thd->mem_root);
else