summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_gis/r/rtree_estimate.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-091-0/+1
| | | | | use_stat_tables= PREFERABLY optimizer_use_condition_selectivity= 4
* MDEV-14057 InnoDB GIS tests failMarko Mäkelä2018-01-041-64/+32
| | | | | | | | | | | | | Fix and enable some of the tests; some remain disabled. The tests innodb_gis.rtree_old and innodb_gis.row_format duplicated some versions of the test main.gis-rtree. Instead of duplicating, source that test, in a new test innodb_gis.innodb_gis_rtree. Introduce innodb_row_format.combinations. Due to this, ROW_FORMAT=COMPRESSED will not be covered in some tests where it is covered in MySQL 5.7.
* MDEV-13626: Merge InnoDB test cases from MySQL 5.7Jan Lindström2017-10-251-0/+161
Add missing innodb_gis tests.