You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip tests using performance_schema if the it is not enabled.
Fix the test failures in client_spec.rb on MariaDB.
On MariaDB >= 10.0, the setting of the peformance schema is disabled by defult.
https://jira.mariadb.org/browse/MDEV-6726
You can comfirm the status by the SQL `SHOW VARIABLES LIKE 'performance_schema`.
0 commit comments