From 1c7bcdb4f0ee94c769a6dc5794c78aca983ef761 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 18 Oct 2013 12:21:48 -0700 Subject: mtr: check that mysql.roles_mapping table isn't modified in tests --- mysql-test/include/mtr_check.sql | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.1