mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-15416 Crash when reading I_S.PARAMETERS
This commit is contained in:
@ -5607,6 +5607,7 @@ public:
|
||||
db= *db_name;
|
||||
}
|
||||
bool resolve_table_rowtype_ref(THD *thd, Row_definition_list &defs);
|
||||
bool append_to(THD *thd, String *to) const;
|
||||
};
|
||||
|
||||
|
||||
@ -5631,6 +5632,7 @@ public:
|
||||
m_column(*column)
|
||||
{ }
|
||||
bool resolve_type_ref(THD *thd, Column_definition *def);
|
||||
bool append_to(THD *thd, String *to) const;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user