Commit 4aefacb6 authored by Sergey Petrunya's avatar Sergey Petrunya

Fix a problem introduced in previous cset

parent b6ededa3
...@@ -8500,7 +8500,7 @@ make_join_readinfo(JOIN *join, ulonglong options, uint no_jbuf_after) ...@@ -8500,7 +8500,7 @@ make_join_readinfo(JOIN *join, ulonglong options, uint no_jbuf_after)
JOIN_TAB *prev_tab= NULL; JOIN_TAB *prev_tab= NULL;
for (tab= first_linear_tab(join, WITHOUT_CONST_TABLES), i= join->const_tables; for (tab= first_linear_tab(join, WITHOUT_CONST_TABLES), i= join->const_tables;
tab; tab;
tab= next_linear_tab(join, tab, WITH_BUSH_ROOTS)) prev_tab=tab, tab= next_linear_tab(join, tab, WITH_BUSH_ROOTS))
{ {
/* /*
The approximation below for partial join cardinality is not good because The approximation below for partial join cardinality is not good because
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment