mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Merge 11.0 into 11.1
This commit is contained in:
commit
6fd4fa7d71
1 changed files with 1 additions and 1 deletions
|
@ -11192,7 +11192,7 @@ double table_after_join_selectivity(JOIN *join, uint idx, JOIN_TAB *s,
|
|||
else
|
||||
{
|
||||
sel= records_out / pos->records_read;
|
||||
DBUG_ASSERT(sel >= 0.0 and sel <= 1.00001);
|
||||
DBUG_ASSERT(sel >= 0.0 && sel <= 1.00001);
|
||||
if (sel > 1.0)
|
||||
sel= 1.0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue