1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-16188 Post merge fixes:fixed warnings on Windows

Also adjusted some result files after Galina's last patch for ANALYZE.
This commit is contained in:
Igor Babaev
2019-02-06 15:56:21 -08:00
parent 447e0f023f
commit 9e114455a9
18 changed files with 465 additions and 34 deletions

View File

@ -1313,7 +1313,8 @@ int Explain_table_access::print_explain(select_result_sink *output, uint8 explai
if (rowid_filter)
{
rows_str.append(" (");
rows_str.append_ulonglong(round(rowid_filter->selectivity * 100.0));
rows_str.append_ulonglong((ulonglong) (round(rowid_filter->selectivity *
100.0)));
rows_str.append("%)");
}
item_list.push_back(new (mem_root)