1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MWL#90: subquery optimizations

- Remove redundant changes againist 5.3-main
This commit is contained in:
Sergey Petrunya
2011-02-18 14:17:28 +03:00
parent 9482a2cf09
commit f93b0bbebb
7 changed files with 16 additions and 48 deletions

View File

@ -7788,6 +7788,7 @@ bool setup_tables(THD *thd, Name_resolution_context *context,
}
DBUG_ASSERT(item == table_list->jtbm_subselect);
table_list->jtbm_subselect->setup_engine(FALSE);
//psergey-merge: ^ todo: error checking!
}
}