1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Post-merge fixes part 4

This commit is contained in:
Sergey Petrunya
2011-02-16 13:26:27 +03:00
parent db7461783e
commit 716091e2a0
2 changed files with 14 additions and 3 deletions

View File

@ -923,7 +923,7 @@ int JOIN_CACHE::alloc_buffer()
//psergey-merge: for (tab= join->join_tab+join->const_tables; tab <= join_tab; tab++)
// for (tab= cache->join_tab-cache->tables; tab < cache->join_tab ; tab++)
// (fixed)
for (tab= join->join_tab + join->const_tables; tab!= join_tab;
for (tab= /*join->join_tab + join->const_tables*/ start_tab; tab!= join_tab;
tab= next_linear_tab(join, tab, FALSE))
{
cache= tab->cache;