summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index d8846d3fc9d..44768dd6d79 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -1127,7 +1127,10 @@ Alter_info::Alter_info(const Alter_info &rhs, MEM_ROOT *mem_root)
keys_onoff(rhs.keys_onoff),
tablespace_op(rhs.tablespace_op),
partition_names(rhs.partition_names, mem_root),
- no_parts(rhs.no_parts)
+ no_parts(rhs.no_parts),
+ change_level(rhs.change_level),
+ datetime_field(rhs.datetime_field),
+ error_if_not_empty(rhs.error_if_not_empty)
{
/*
Make deep copies of used objects.