mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fixed type conversion warnings revealed by bug 30639
This commit is contained in:
@ -6126,7 +6126,7 @@ make_join_select(JOIN *join,SQL_SELECT *select,COND *cond)
|
||||
|
||||
/* Fix for EXPLAIN */
|
||||
if (sel->quick)
|
||||
join->best_positions[i].records_read= sel->quick->records;
|
||||
join->best_positions[i].records_read= (double)sel->quick->records;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user