diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-09-11 17:55:27 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-09-11 17:55:27 +0300 |
commit | 15139964d52539a8bb96d090fa1b5b26921eab3e (patch) | |
tree | 926d23e30e2c3aa09014a8005db95ad543694357 /mysql-test/suite/perfschema/t/dml_rwlock_instances.test | |
parent | 54f79a0f7fc8b1b30073391319f1b2c37b4cc015 (diff) | |
parent | 40b743f99e8ca5ac479e8c559f8316b606033582 (diff) | |
download | mariadb-git-15139964d52539a8bb96d090fa1b5b26921eab3e.tar.gz |
Merge 10.5 into 10.6
Diffstat (limited to 'mysql-test/suite/perfschema/t/dml_rwlock_instances.test')
-rw-r--r-- | mysql-test/suite/perfschema/t/dml_rwlock_instances.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/dml_rwlock_instances.test b/mysql-test/suite/perfschema/t/dml_rwlock_instances.test index 7832a02ccb8..1230c680f75 100644 --- a/mysql-test/suite/perfschema/t/dml_rwlock_instances.test +++ b/mysql-test/suite/perfschema/t/dml_rwlock_instances.test @@ -33,3 +33,9 @@ UNLOCK TABLES; LOCK TABLES performance_schema.rwlock_instances 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='rwlock_instances'; |