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

Fix doxygen warnings.

This commit is contained in:
kostja@bodhi.(none)
2007-08-15 17:43:08 +04:00
parent 9bf39c6fe9
commit 91fe15bb9d
24 changed files with 247 additions and 232 deletions

View File

@ -348,7 +348,7 @@ public:
}
virtual void add() {}
virtual bool change_columns(List<Item> &fields);
virtual int send_row(List<Item> &fields);
virtual int send_row(List<Item> &field_list);
virtual void end_group(void) {}
virtual bool end_of_records(void);
friend Procedure *proc_analyse_init(THD *thd, ORDER *param,