mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
opt_sum.cc:
Correction for min/max optimization of queries with outer joins sql/opt_sum.cc: Correction for min/max optimization of queries with outer joins BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@@ -70,7 +70,8 @@ int opt_sum_query(TABLE_LIST *tables, List<Item> &all_fields,COND *conds)
|
||||
if (tl->table->map & where_tables)
|
||||
return 0;
|
||||
}
|
||||
used_tables|= tl->table->map;
|
||||
else
|
||||
used_tables|= tl->table->map;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user