mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
Indentation cleanup
This commit is contained in:
parent
283a8a16f6
commit
cf417ede65
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue