mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix for BUG#7266.
This commit is contained in:
@@ -4252,7 +4252,7 @@ find_best(JOIN *join,table_map rest_tables,uint idx,double record_count,
|
||||
{
|
||||
memcpy((gptr) join->best_positions,(gptr) join->positions,
|
||||
sizeof(POSITION)*idx);
|
||||
join->best_read=read_time;
|
||||
join->best_read= read_time - 0.001;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user