Correct a typo in a comment

This commit is contained in:
Marko Mäkelä 2018-10-01 14:33:48 +03:00
parent 1144acbcbd
commit a660a5ed42

View File

@ -163,7 +163,7 @@ public:
// Columns and keys to be dropped.
List<Alter_drop> drop_list;
// Columns for ALTER_COLUMN_CHANGE_DEFAULT.
// Columns for ALTER_CHANGE_COLUMN_DEFAULT.
List<Alter_column> alter_list;
// List of keys, used by both CREATE and ALTER TABLE.
List<Key> key_list;