summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 9856ca12324..2165deafba3 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -3662,7 +3662,7 @@ public:
MDL_SHARED_UPGRADABLE))
return true;
alter_info.reset();
- alter_info.flags= Alter_info::ALTER_ADD_INDEX;
+ alter_info.flags= ALTER_ADD_INDEX;
option_list= NULL;
return false;
}