1
0
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:
timour@mysql.com
2004-12-16 16:44:40 +02:00
parent 56e4f4c433
commit 68c2309a66
2 changed files with 7 additions and 7 deletions

View File

@@ -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;
}