mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fix compilation on Windows
This commit is contained in:
parent
c3a1cd3555
commit
f3ce9edaf9
1 changed files with 2 additions and 1 deletions
|
@ -27071,7 +27071,8 @@ test_if_cheaper_ordering(const JOIN_TAB *tab, ORDER *order, TABLE *table,
|
|||
// cond_selectivity=1 while refkey_rows_estimate has a better
|
||||
// estimate.
|
||||
refkey_rows_estimate= MY_MIN(refkey_rows_estimate,
|
||||
table_records * table->cond_selectivity);
|
||||
ha_rows(table_records *
|
||||
table->cond_selectivity));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue