diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-11-02 19:49:05 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-11-02 19:49:05 +0100 |
commit | 598552db94d4a577a1b53265126199ef4d971259 (patch) | |
tree | 5d52f3c72f0c9fa422b12c5d887634a2c44273d3 /mysql-test/include/mtr_check.sql | |
parent | 576136c1ab45f912432955220c00db73c9d5c26f (diff) | |
download | mariadb-git-598552db94d4a577a1b53265126199ef4d971259.tar.gz |
make mtr_check to monitor mysql.plugin table too.
fix tests to clean up properly
Diffstat (limited to 'mysql-test/include/mtr_check.sql')
-rw-r--r-- | mysql-test/include/mtr_check.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/mtr_check.sql b/mysql-test/include/mtr_check.sql index 46c2d59aa59..de5567e91bd 100644 --- a/mysql-test/include/mtr_check.sql +++ b/mysql-test/include/mtr_check.sql @@ -67,6 +67,7 @@ BEGIN mysql.help_keyword, mysql.help_relation, mysql.host, + mysql.plugin, mysql.proc, mysql.procs_priv, mysql.roles_mapping, |