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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user