mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 02:47:37 +02:00
Buildbot fixes:
- Don't call table_list->process_index_hints() for JTBM pseudo-tables - Update test results
This commit is contained in:
parent
6b74453386
commit
6f17421c27
4 changed files with 24 additions and 16 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue