mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: put db/table_name into Alter_info
also, prefer Lex_table_name and Lex_ident over LEX_CSTRING
This commit is contained in:
@ -84,6 +84,7 @@ public:
|
||||
ALTER_TABLE_LOCK_EXCLUSIVE
|
||||
};
|
||||
|
||||
Lex_table_name db, table_name;
|
||||
|
||||
// Columns and keys to be dropped.
|
||||
List<Alter_drop> drop_list;
|
||||
|
Reference in New Issue
Block a user