Commit a660a5ed authored by Marko Mäkelä's avatar Marko Mäkelä

Correct a typo in a comment

parent 1144acbc
...@@ -163,7 +163,7 @@ class Alter_info ...@@ -163,7 +163,7 @@ class Alter_info
// Columns and keys to be dropped. // Columns and keys to be dropped.
List<Alter_drop> drop_list; List<Alter_drop> drop_list;
// Columns for ALTER_COLUMN_CHANGE_DEFAULT. // Columns for ALTER_CHANGE_COLUMN_DEFAULT.
List<Alter_column> alter_list; List<Alter_column> alter_list;
// List of keys, used by both CREATE and ALTER TABLE. // List of keys, used by both CREATE and ALTER TABLE.
List<Key> key_list; List<Key> key_list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment