summaryrefslogtreecommitdiff
path: root/mysql-test/include/mtr_check.sql
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/mtr_check.sql')
-rw-r--r--mysql-test/include/mtr_check.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/mtr_check.sql b/mysql-test/include/mtr_check.sql
index aa0d91a9cf8..bcbb9b94136 100644
--- a/mysql-test/include/mtr_check.sql
+++ b/mysql-test/include/mtr_check.sql
@@ -74,5 +74,8 @@ BEGIN
mysql.time_zone_transition_type,
mysql.user;
+ -- verify that no plugin changed its disabled/enabled state
+ SELECT * FROM INFORMATION_SCHEMA.PLUGINS;
+
END||