1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Indentation cleanup

This commit is contained in:
monty@mashka.mysql.fi
2003-02-25 11:05:07 +02:00
parent 5e7796c070
commit 4e2df79c36

View File

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