mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '11.1' into 11.2
This commit is contained in:
@@ -85,6 +85,7 @@ public:
|
||||
ALTER_TABLE_LOCK_EXCLUSIVE
|
||||
};
|
||||
|
||||
Lex_table_name db, table_name;
|
||||
|
||||
// Columns and keys to be dropped.
|
||||
List<Alter_drop> drop_list;
|
||||
@@ -235,6 +236,8 @@ public:
|
||||
enum_alter_table_algorithm algorithm(const THD *thd) const;
|
||||
bool algorithm_is_nocopy(const THD *thd) const;
|
||||
|
||||
uint check_vcol_field(Item_field *f) const;
|
||||
|
||||
private:
|
||||
Alter_info &operator=(const Alter_info &rhs); // not implemented
|
||||
Alter_info(const Alter_info &rhs); // not implemented
|
||||
|
Reference in New Issue
Block a user