diff options
Diffstat (limited to 'mysql-test/suite/perfschema/t/dml_threads.test')
-rw-r--r-- | mysql-test/suite/perfschema/t/dml_threads.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/dml_threads.test b/mysql-test/suite/perfschema/t/dml_threads.test index 328f6a6d989..f6239d58690 100644 --- a/mysql-test/suite/perfschema/t/dml_threads.test +++ b/mysql-test/suite/perfschema/t/dml_threads.test @@ -48,3 +48,9 @@ UNLOCK TABLES; LOCK TABLES performance_schema.threads WRITE; UNLOCK TABLES; +--echo # +--echo # MDEV-25325 column_comment for performance_schema tables +--echo # +select column_name, column_comment +from information_schema.columns +where table_schema='performance_schema' and table_name='threads'; |