mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Post-merge fixes part 4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user