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

Code cleanup

This commit is contained in:
bell@laptop.sanja.is.com.ua
2003-08-16 13:26:48 +03:00
parent 55094f903f
commit 85f397781b
12 changed files with 30 additions and 82 deletions

View File

@ -449,6 +449,7 @@ public:
init_query();
init_select();
}
bool setup_ref_array(THD *thd, uint order_group_num);
};
typedef class st_select_lex SELECT_LEX;