mirror of
https://github.com/MariaDB/server.git
synced 2025-04-29 21:37:04 +03:00
Fix compile error on windows
This commit is contained in:
parent
f460272054
commit
ace961a1e7
@ -58,7 +58,7 @@ public:
|
|||||||
ha_rows rows)
|
ha_rows rows)
|
||||||
: Histogram_builder(col, col_len, rows), histogram(hist)
|
: Histogram_builder(col, col_len, rows), histogram(hist)
|
||||||
{
|
{
|
||||||
bucket_capacity= (double)records / histogram->get_width();
|
bucket_capacity= records / histogram->get_width();
|
||||||
hist_width= histogram->get_width();
|
hist_width= histogram->get_width();
|
||||||
n_buckets_collected= 0;
|
n_buckets_collected= 0;
|
||||||
bucket.ndv= 0;
|
bucket.ndv= 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user