Disable TokuDB build with Jemalloc 5.
Add more failing tests for the PPC64le.
This commit is contained in:
parent
f6397a1a9b
commit
146358d414
@ -21,8 +21,9 @@
|
||||
# TokuDB engine
|
||||
# https://mariadb.com/kb/en/mariadb/tokudb/
|
||||
# TokuDB engine is available only for x86_64
|
||||
# There's a problem currently with jemalloc, which tokudb use.
|
||||
# * There's a problem currently with jemalloc, which tokudb use.
|
||||
# TokuDB does not yet support new Jemalloc 5, but on F>=28, there's only Jemalloc 5. Not a supported configuration.
|
||||
# * Disabling build of TokuDB with Jemalloc 5 since it doesn't work. https://jira.percona.com/browse/PS-4393
|
||||
# Also build of TokuDB without Jemalloc is not supported.
|
||||
# Mroonga engine
|
||||
# https://mariadb.com/kb/en/mariadb/about-mroonga/
|
||||
@ -32,7 +33,11 @@
|
||||
# https://mariadb.com/kb/en/library/myrocks-supported-platforms/
|
||||
# RocksB engine is available only for x86_64
|
||||
%if %_arch == x86_64 && 0%{?fedora}
|
||||
%if 0%{?fedora} >= 28 || 0%{?rhel} > 7
|
||||
%bcond_with tokudb
|
||||
%else
|
||||
%bcond_without tokudb
|
||||
%endif
|
||||
%bcond_without mroonga
|
||||
%bcond_without rocksdb
|
||||
%else
|
||||
|
@ -37,14 +37,30 @@ main.mysql_upgrade-6984 :
|
||||
main.plugin_auth :
|
||||
main.plugin_auth_qa_1 :
|
||||
main.ps :
|
||||
main.ps_grant :
|
||||
main.select_pkeycache :
|
||||
main.set_password_plugin-9835 :
|
||||
main.show_grants_with_plugin-7985 :
|
||||
main.sp_notembedded :
|
||||
main.sp-security :
|
||||
main.type_newdecimal :
|
||||
main.type_ranges :
|
||||
main.userstat-badlogin-4824 :
|
||||
main.view_grant :
|
||||
|
||||
parts.partition_alter1_1_innodb :
|
||||
parts.partition_alter1_2_innodb :
|
||||
parts.part_supported_sql_func_innodb :
|
||||
|
||||
plugins.auth_ed25519 :
|
||||
|
||||
roles.grant_role_auto_create_user :
|
||||
|
||||
rpl.rpl_create_drop_user :
|
||||
rpl.rpl_do_grant :
|
||||
rpl.rpl_temporary :
|
||||
|
||||
sys_vars.old_passwords_func :
|
||||
sys_vars.secure_auth_func :
|
||||
|
||||
unit.conc_connection unit.ed25519 :
|
||||
|
Loading…
Reference in New Issue
Block a user