diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2018-10-13 19:14:31 +0300 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2018-10-13 19:14:31 +0300 |
commit | b715a0fe451425a2cc1c0be587a68c1512b4725a (patch) | |
tree | 142d6a72571b4df3250a2f6924c5d10ba278e240 /storage | |
parent | 6d29c8527b4215cb516f709013cc6dfc6475da7d (diff) | |
download | mariadb-git-b715a0fe451425a2cc1c0be587a68c1512b4725a.tar.gz |
Disabled storage_engine test for RocksDB due to unstable execution plan
The failure caused by MDEV-16387
Diffstat (limited to 'storage')
-rw-r--r-- | storage/rocksdb/mysql-test/storage_engine/disabled.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/rocksdb/mysql-test/storage_engine/disabled.def b/storage/rocksdb/mysql-test/storage_engine/disabled.def index 930e1d82b87..7ed4fac6645 100644 --- a/storage/rocksdb/mysql-test/storage_engine/disabled.def +++ b/storage/rocksdb/mysql-test/storage_engine/disabled.def @@ -18,6 +18,7 @@ show_engine : SHOW ENGINE produces different number of lines depending show_table_status : MDEV-13152 - Indeterministic row number in SHOW TABLE STATUS on RocksDB table tbl_opt_data_dir : Not supported tbl_opt_index_dir : Not supported +type_binary_indexes : MDEV-16387 - Wrong execution plan type_spatial : Not supported type_spatial_indexes : Not supported update_low_prio : Not supported |