Sergey Petrunya
4a3e94e025
MDEV-7413: optimizer_use_condition_selectivity > 2 crashes 10.0.15+maria-1~wheezy
...
Add a testcase. The bug itself was fixed by the fix for MDEV-7316.
2015-02-25 16:58:36 +03:00
Sergey Petrunya
41b45a8163
MDEV-6738: use_stat_table + histograms crashing optimizer
...
- When EITS code calls store_key_image_to_rec(), it should follow its
calling convention (which is counter-intuitive)
2014-10-10 17:08:12 +04:00
Sergey Petrunya
fd4c9af398
MDEV-6442: Assertion `join->best_read < double(...)' failed with optimizer_use_condition_selectivity >=3
...
- Fix the crash by making get_column_range_cardinality()
to handle the special case where Column_stats objects
is an all-zeros object (the question of what is the point
of having Field::read_stats point to such object remains a
mystery)
- Added a few comments. Learning the code still.
2014-10-06 15:29:22 +04:00
Sergey Petrunya
9aeeba4864
MDEV-6808: MariaDB 10.0.13 crash with optimizer_use_condition_selectivity > 1
...
Fix a trivial typo: in table_multi_eq_cond_selectivity(), reset the loop variable
between loops.
2014-09-30 21:11:03 +04:00
Igor Babaev
fc1c8ffdad
The pilot patch for mwl#253.
2013-03-11 07:44:24 -07:00