[MDEV-4369] column_stats.histogram contents doesnt make sense Created: 2013-04-04 Updated: 2013-04-07 Resolved: 2013-04-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | mwl#253 | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
I used DBT-3 data, scale=10, InnoDB engine. I create statistical tables like Then I use the following to generate the histogram:
Then I want to take a look at the histogram:
Look at the hex(histogram) data. The first half of it has growing values: As far as I understand the meaning of values in a histogram, they should always |
| Comments |
| Comment by Sergei Petrunia [ 2013-04-04 ] |
|
Graphic plot of values in the histogram |
| Comment by Igor Babaev [ 2013-04-07 ] |
|
A fix for the bug has been pushed into maria-10.0-mwl253. |