1
0
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:
unknown
2003-02-23 04:27:03 +02:00
parent 87ee470db0
commit 0463b01dc8
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
}
/*