Skip to content
Permalink
Browse files
Fix compilation on Windows
  • Loading branch information
spetrunia committed Jan 24, 2019
1 parent c3a1cd3 commit f3ce9ed
Showing 1 changed file with 2 additions and 1 deletion.
@@ -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));
}

/*

0 comments on commit f3ce9ed

Please sign in to comment.