1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixes for make_win_src_distributions

Removed compiler warnings
This commit is contained in:
monty@narttu.mysql.fi
2003-06-15 23:24:37 +03:00
parent d33cb08eb6
commit e090f2d0cc
10 changed files with 91 additions and 75 deletions

View File

@@ -8061,7 +8061,6 @@ void free_underlaid_joins(THD *thd, SELECT_LEX *select)
bool JOIN::rollup_init()
{
uint i,j;
ORDER *group;
Item **ref_array;
tmp_table_param.quick_group= 0; // Can't create groups in tmp table
@@ -8145,7 +8144,7 @@ bool JOIN::rollup_make_fields(List<Item> &all_fields, List<Item> &fields,
...
*/
for (level=0 ; level < send_group_parts > 0 ; level++)
for (level=0 ; level < send_group_parts ; level++)
{
uint i;
uint pos= send_group_parts - level -1;