diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-08-23 15:14:54 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-08-23 15:14:54 +0300 |
commit | 1f1d5606e08c928e3da98bfeb13a7cccc307105d (patch) | |
tree | 0cef6b81ff23b738c8e0869619289f490b6865bb /mysql-test | |
parent | 4ee9e0664250ec1d6d2c0ea4ac6652c8b114fec0 (diff) | |
download | mariadb-git-1f1d5606e08c928e3da98bfeb13a7cccc307105d.tar.gz |
Disable 2 commonly failing innodb_gis tests
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/innodb_gis/disabled.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb_gis/disabled.def b/mysql-test/suite/innodb_gis/disabled.def index 8cae44a3607..bf500c1cb93 100644 --- a/mysql-test/suite/innodb_gis/disabled.def +++ b/mysql-test/suite/innodb_gis/disabled.def @@ -10,3 +10,5 @@ # ############################################################################## +rtree_concurrent_srch : MDEV-15284 COUNT(*) mismatch +rtree_recovery : MDEV-15284 COUNT(*) mismatch |