diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2016-02-03 00:15:49 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2016-02-03 00:17:55 +0300 |
commit | 07b8aefe90ca830d2de068f2966cd2288b158a88 (patch) | |
tree | 6b5dfb016b69f719b7c4876d91acc5ec8958bbfc /strings | |
parent | 55ea26541d4c95e765073c70126d9bb490c572c6 (diff) | |
download | mariadb-git-07b8aefe90ca830d2de068f2966cd2288b158a88.tar.gz |
MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY query
Revert the patch for MDEV-9504.
It causes test failures, attempt to fix these causes more failures. The
source of all this is that the code in test_if_skip_sort_order() has
a peculiar way of treating select_limit parameter:
Correct value is computed when the query plan is changed. In other cases,
we use an approximation that ignores the presence of GROUP BY clause,
or JOINs, or both.
A patch that fixes all of the above would be too big to do in 10.1
Diffstat (limited to 'strings')
0 files changed, 0 insertions, 0 deletions