diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-10-22 03:43:19 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-10-22 03:43:19 +0900 |
commit | 6cd18ec86c288d425b388dc1b66f82d42af6c5ca (patch) | |
tree | d730c69bcda7c1695ffb320edbf9a8594d6b27ed /storage/mroonga/mysql-test | |
parent | 7f3d55508790c928fc57b6a6ada79c8202598a58 (diff) | |
download | mariadb-git-6cd18ec86c288d425b388dc1b66f82d42af6c5ca.tar.gz |
Disable tests for Power8.
Diffstat (limited to 'storage/mroonga/mysql-test')
-rw-r--r-- | storage/mroonga/mysql-test/mroonga/storage/disabled.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/mroonga/mysql-test/mroonga/storage/disabled.def b/storage/mroonga/mysql-test/mroonga/storage/disabled.def index 53a2b8a4af9..9f5a4d0d2e0 100644 --- a/storage/mroonga/mysql-test/mroonga/storage/disabled.def +++ b/storage/mroonga/mysql-test/mroonga/storage/disabled.def @@ -5,3 +5,11 @@ create_table_token_filters_index_comment_multiple_token_filters : Bundled Mroong create_table_token_filters_index_comment_one_token_filter : Bundled Mroonga does not support token filter yet. create_table_token_filters_table_comment_multiple_token_filters : Bundled Mroonga does not support token filter yet. create_table_token_filters_table_comment_one_token_filter : Bundled Mroonga does not support token filter yet. +foreign_key_create : Bundled Mroonga does not support this test yet. +optimization_skip_count_index_view : Bundled Mroonga does not support this test yet. +alter_table_disable_keys_primary : Bundled Mroonga does not support this test yet. +alter_table_enable_keys_primary : Bundled Mroonga does not support this test yet. +column_enum_many_with_index : Bundled Mroonga does not support this test yet. +column_groonga_index_int_other_table : Bundled Mroonga does not support this test yet. +column_signed_int_with_index : Bundled Mroonga does not support this test yet. +column_signed_mediumint_with_index : Bundled Mroonga does not support this test yet. |