maria:bb-10.7-mdev21130

Last commit made on 2021-09-07
Get this branch:
git clone -b bb-10.7-mdev21130 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.7-mdev21130
Repository:
lp:maria

Recent commits

bfdc2ee... by Sergey Petrunia

Fix compilation on windows

d43552e... by Sergey Petrunia

Correctly decode string field values for pos_in_interval_for_string call

8fc778f... by Sergey Petrunia

Make tests pass

- Fix bad tests in statistics_json test: make them meaningful and make them
  work on windows
- Fix analyze_debug.test: correctly handle errors during ANALYZE

6352d59... by Sergey Petrunia

Fix compilation on windows part #3

95a3f59... by Sergey Petrunia

Fix embedded to work

0e8e1bb... by Sergey Petrunia

Fix compilation on windows part 2

2308bd5... by Sergey Petrunia

Rollback a change from previous commit

57cc13d... by Sergey Petrunia

More code cleanups

Remove Histogram_*::is_available(), it is not applicable anymore.
Fix compilation on Windows

034f232... by Sergey Petrunia

Move JSON histograms code into its own files

b7b3b6b... by Sergey Petrunia

Histogram code cleanup and fixes

Factor the code that updates count, count_distinct,
count_distinct_single_occurrence into class Basic_stats_collector

Change from Histogram_builder and its descendant Histogram_builder_json
to Histogram_builder (the interface), and Histogram_binary_builder,
Histogram_json_builder.

In Histogram_json_builder, do not forget to collect the right bound
of the right-most bucket.