Buildbot fixes:

- Don't call table_list->process_index_hints() for JTBM pseudo-tables
- Update test results
This commit is contained in:
Sergey Petrunya 2011-05-29 01:24:36 +04:00
commit 6f17421c27
4 changed files with 24 additions and 16 deletions

View file

@ -7928,7 +7928,9 @@ make_join_select(JOIN *join,SQL_SELECT *select,COND *cond)
sel->head=tab->table;
DBUG_EXECUTE("where",
print_where(tmp,tab->table->alias.c_ptr(),
print_where(tmp,
tab->table ? tab->table->alias.c_ptr() :
"(sjm-nest)",
QT_ORDINARY););
if (tab->quick)
{