mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Indentation cleanup
This commit is contained in:
@ -294,8 +294,10 @@ public:
|
||||
~analyse()
|
||||
{
|
||||
if (f_info)
|
||||
{
|
||||
for (field_info **f=f_info; f != f_end; f++)
|
||||
delete (*f);
|
||||
}
|
||||
}
|
||||
virtual void add() {}
|
||||
virtual bool change_columns(List<Item> &fields);
|
||||
|
Reference in New Issue
Block a user