1
0
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:
Alexander Barkov
2018-02-28 23:05:57 +04:00
parent 5f7c764fe7
commit 4025cfaec0
10 changed files with 1202 additions and 23 deletions

View File

@ -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;
};