diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-10-18 12:21:48 -0700 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-10-18 12:21:48 -0700 |
commit | 1c7bcdb4f0ee94c769a6dc5794c78aca983ef761 (patch) | |
tree | b94c75af06eec75d7b07cabcecae1871f520ce95 | |
parent | c28bf2a3449eab22ed0349972e97bc7ae3765ef9 (diff) | |
download | mariadb-git-1c7bcdb4f0ee94c769a6dc5794c78aca983ef761.tar.gz |
mtr: check that mysql.roles_mapping table isn't modified in tests
-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 9267374e15d..46c2d59aa59 100644 --- a/mysql-test/include/mtr_check.sql +++ b/mysql-test/include/mtr_check.sql @@ -69,6 +69,7 @@ BEGIN mysql.host, mysql.proc, mysql.procs_priv, + mysql.roles_mapping, mysql.tables_priv, mysql.time_zone, mysql.time_zone_leap_second, |