diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2013-06-05 13:38:41 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2013-06-05 13:38:41 +0400 |
commit | ccdfeb04d877bc79e37eb27bd0a8f4dd35cc25ea (patch) | |
tree | 7502750f34f3f2147a252d705c170fa1a43b73c3 /mysql-test | |
parent | afd134e21233d5333548662143204029f0a965e4 (diff) | |
download | mariadb-git-ccdfeb04d877bc79e37eb27bd0a8f4dd35cc25ea.tar.gz |
MDEV-4568 - Port Percona response time distribution as audit plugin
Test fixes.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/plugins/r/audit_null.result | 2 | ||||
-rw-r--r-- | mysql-test/t/mysqld--help.test | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mysql-test/suite/plugins/r/audit_null.result b/mysql-test/suite/plugins/r/audit_null.result index 2b1b64a9d85..e4e60a3f44c 100644 --- a/mysql-test/suite/plugins/r/audit_null.result +++ b/mysql-test/suite/plugins/r/audit_null.result @@ -18,7 +18,7 @@ concat("test1", x) test1-12 show status like 'audit_null%'; Variable_name Value -Audit_null_called 19 +Audit_null_called 20 Audit_null_general_log 7 Audit_null_general_error 1 Audit_null_general_result 5 diff --git a/mysql-test/t/mysqld--help.test b/mysql-test/t/mysqld--help.test index 0f3df10ea70..9e24443151d 100644 --- a/mysql-test/t/mysqld--help.test +++ b/mysql-test/t/mysqld--help.test @@ -27,7 +27,8 @@ perl; feedback debug temp-pool ssl des-key-file xtradb sequence thread-concurrency super-large-pages mutex-deadlock-detector null-audit aria pbxt oqgraph sphinx thread-handling - test-sql-discovery rpl-semi-sync query-cache-info/; + test-sql-discovery rpl-semi-sync query-cache-info + query-response-time/; # And substitute the content some environment variables with their # names: |