mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanup: Adding "const" to the member Spvar_definition::m_column_type_ref
and to related methods and their parameters: - The return value of Spvar_definition::m_column_type_ref() - The parameter of Spvar_definition::set_column_type_ref() - The method Qualified_column_ident::resolve_type_ref() - The parameter of LEX::sp_variable_declarations_column_type_finalize()
This commit is contained in:
@ -7142,7 +7142,7 @@ public:
|
||||
:Table_ident(thd, db, table, false),
|
||||
m_column(*column)
|
||||
{ }
|
||||
bool resolve_type_ref(THD *thd, Column_definition *def);
|
||||
bool resolve_type_ref(THD *thd, Column_definition *def) const;
|
||||
bool append_to(THD *thd, String *to) const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user