summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_gis/t/point_basic.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-4750 follow-up: Reduce disabling innodb_stats_persistentMarko Mäkelä2021-08-311-6/+6
| | | | | | | | | | | | This essentially reverts commit 4e89ec6692786bc1cbdce64d43d8e85a5d247dab and only disables InnoDB persistent statistics for tests where it is desirable. By design, InnoDB persistent statistics will not be updated except by ANALYZE TABLE or by STATS_AUTO_RECALC. The internal transactions that update persistent InnoDB statistics in background tasks (with innodb_stats_auto_recalc=ON) may cause nondeterministic query plans or interfere with some tests that deal with other InnoDB internals, such as the purge of transaction history.
* MDEV-16678: Fix a problem with duplicate #sql2 table namesbb-10.5-MDEV-16678-rebaseMarko Mäkelä2019-12-101-29/+84
| | | | | | | | | row_drop_table_for_mysql(): If a #sql2 table is open in another thread (purge) while we attempting to drop it, rename it to #sql-ib name to hide it from the SQL layer. Adjust tests accordingly to hide #sql-ib tables, which can continue to exist until the background DROP TABLE completes.
* cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-051-6/+0
| | | | no longer needed
* MariaDB adjustments to innodb_gis tests.Jan Lindström2017-10-251-3/+12
| | | | | | | | | Some test are still disabled as they provide different results, fail on different error or crash. Fixes also MDEV-14060 InnoDB: Foreign key constraint to geometry type does not work where test intentionally tried incorrect cases.
* MDEV-13626: Merge InnoDB test cases from MySQL 5.7Jan Lindström2017-10-251-0/+801
Add missing innodb_gis tests.