diff options
author | monty@mysql.com <> | 2006-06-28 14:03:08 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-06-28 14:03:08 +0300 |
commit | 31fdcd3be0e59bd186945595e0c5e00125aa36b9 (patch) | |
tree | 6fbc36b2a6e32f11421cd7022eee46b917bdc196 /mysql-test/t/show_check.test | |
parent | 059c45d0165539f42461e30cf979f8e813813987 (diff) | |
download | mariadb-git-31fdcd3be0e59bd186945595e0c5e00125aa36b9.tar.gz |
Added purecov comment for new, not executed code for my recent changeset
(Found by dgcov)
Diffstat (limited to 'mysql-test/t/show_check.test')
-rw-r--r-- | mysql-test/t/show_check.test | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/t/show_check.test b/mysql-test/t/show_check.test index 2f44f4e97c5..94894ef50de 100644 --- a/mysql-test/t/show_check.test +++ b/mysql-test/t/show_check.test @@ -445,4 +445,17 @@ delete from mysql.tables_priv where user='mysqltest_4'; flush privileges; drop database mysqltest; +# +# Ensure that show plugin code is tested +# + +--disable_result_log +show full plugin; +--enable_result_log +show warnings; +--disable_result_log +show plugin; +show plugins; +--enable_result_log + --echo End of 5.1 tests |