mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix compilation on Windows
This commit is contained in:
@ -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
|
// cond_selectivity=1 while refkey_rows_estimate has a better
|
||||||
// estimate.
|
// estimate.
|
||||||
refkey_rows_estimate= MY_MIN(refkey_rows_estimate,
|
refkey_rows_estimate= MY_MIN(refkey_rows_estimate,
|
||||||
table_records * table->cond_selectivity);
|
ha_rows(table_records *
|
||||||
|
table->cond_selectivity));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user