mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.6 into 10.7
This commit is contained in:
@@ -5668,7 +5668,7 @@ inline bool Row_definition_list::eq_name(const Spvar_definition *def,
|
||||
class Create_field :public Column_definition
|
||||
{
|
||||
public:
|
||||
LEX_CSTRING change; // If done with alter table
|
||||
LEX_CSTRING change; // Old column name if column is renamed by ALTER
|
||||
LEX_CSTRING after; // Put column after this one
|
||||
Field *field; // For alter table
|
||||
const TYPELIB *save_interval; // Temporary copy for the above
|
||||
|
Reference in New Issue
Block a user