-
Committer:
Sergey Petrunya
-
Date:
2011-07-19 21:31:40 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3122.
-
Revision ID:
psergey@askmonty.org-20110719213140-ugd1tyk52j7xgnnd
BUG##806524: Assertion `join->best_read < 1.7976931348623157e+308 with table_elimination=on and derived_merge=on
reset_nj_counters() used to rely on the fact that join nests have
table->table==NULL. This ceased to be true wit new derived table
optimizations. Use test for table->nested_join!=NULL instead.