Commit 4e2df79c authored by monty@mashka.mysql.fi's avatar monty@mashka.mysql.fi

Indentation cleanup

parent 5e7796c0
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment