summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_gis/r/point_basic.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-09-201-7/+7
|\
| * Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-7/+7
| |\
| | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-7/+7
| | |
* | | 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.
* | Merge 10.4 into 10.5Marko Mäkelä2020-03-211-25/+2
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-03-201-25/+2
| |\ | | | | | | | | | Also, clean up the test innodb_gis.geometry a little further.
| | * MDEV-14057 InnoDB GIS tests fail.Alexey Botchkov2020-03-181-25/+2
| | | | | | | | | | | | | | | Tests fixed. MBR::Within() function fixed.
* | | MDEV-16678: Fix a problem with duplicate #sql2 table namesbb-10.5-MDEV-16678-rebaseMarko Mäkelä2019-12-101-28/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | MDEV-20480 Obsolete internal parser for FK in InnoDBAleksey Midenkov2019-11-201-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Currently InnoDB uses internal parser for adding foreign keys. Remove internal parser and use data parsed by SQL parser (sql_yacc) for adding foreign keys. - create_table_info_t::create_foreign_keys() replacement for dict_create_foreign_constraints_low(); - Pass constraint name via Foreign_key object. Temporary until MDEV-20865: - Pass alter_info as part of create_info.
* | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-3/+3
|\ \ | |/
| * MDEV-17187: Code cleanupMarko Mäkelä2019-08-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | fkerr_t: Errors for the foreign key checks. Replaces ulint, which used #define that looked like dberr_t literals. wsrep_dict_foreign_find_index(): Remove. Use dict_foreign_find_index() instead, with default parameters. dict_foreign_push_index_error(): Do not add redundant quotes around quoted table names.
* | Re-record some resultsMarko Mäkelä2019-02-111-3/+3
|/
* cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-051-4/+4
| | | | no longer needed
* MariaDB adjustments to innodb_gis tests.Jan Lindström2017-10-251-25/+64
| | | | | | | | | 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/+1531
Add missing innodb_gis tests.