mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Follow up after work on Bug 4968
Coding style: classes start with a capital letter. Rename some classes related to parsing: create_field -> Create_field foreign_key -> Foreign_key key_part_spec -> Key_part_spec
This commit is contained in:
@ -1132,7 +1132,7 @@ Alter_info::Alter_info(const Alter_info &rhs, MEM_ROOT *mem_root)
|
||||
/*
|
||||
Make deep copies of used objects.
|
||||
This is not a fully deep copy - clone() implementations
|
||||
of Alter_drop, Alter_column, Key, foreign_key, key_part_spec
|
||||
of Alter_drop, Alter_column, Key, foreign_key, Key_part_spec
|
||||
do not copy string constants. At the same length the only
|
||||
reason we make a copy currently is that ALTER/CREATE TABLE
|
||||
code changes input Alter_info definitions, but string
|
||||
|
Reference in New Issue
Block a user