Comment 0 for bug 1686710

Revision history for this message
Yura Sorokin (yura-sorokin) wrote :

The following MTR test cases fail when run on a server compiled with '-DWITH_PERFSCHEMA_STORAGE_ENGINE=OFF' cmake option.

main.mysql_client_test
main.validate_password_plugin
perfschema.start_server_1_digest
sys_vars.pfs_max_digest_length_basic
funcs_1.processlist_priv_no_prot
funcs_1.processlist_val_no_prot
main.sp-threads
main.mysqltest

This happens either because they use queries to 'performance_schema.*' and do not have '--source include/have_perfschema.inc' or they produce different results with and without '-DWITH_PERFSCHEMA_STORAGE_ENGINE=OFF'.