diff options
author | unknown <df@kahlann.erinye.com> | 2006-11-10 13:12:08 +0100 |
---|---|---|
committer | unknown <df@kahlann.erinye.com> | 2006-11-10 13:12:08 +0100 |
commit | df1b6ae6e11a3f8366b11195d7b3f75b3e95ea84 (patch) | |
tree | e267486cddccc467a5737469bf743bc0da340bfe /mysql-test/include/report-features.test | |
parent | facaaeb4c4fab01188b0e79ef1c3787a87e5d252 (diff) | |
download | mariadb-git-df1b6ae6e11a3f8366b11195d7b3f75b3e95ea84.tar.gz |
add --report-features to mysql-test-run.pl
mysql-test/mysql-test-run.pl:
add --report-features
mysql-test/include/report-features.test:
test file showing server features for mysql-test-run.pl --report-features
Diffstat (limited to 'mysql-test/include/report-features.test')
-rw-r--r-- | mysql-test/include/report-features.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/include/report-features.test b/mysql-test/include/report-features.test new file mode 100644 index 00000000000..df395f6e3f0 --- /dev/null +++ b/mysql-test/include/report-features.test @@ -0,0 +1,11 @@ +# +# show server variables +# + +--disable_query_log +--echo ===== ENGINES ===== +show engines; +--echo ===== VARIABLES ===== +show variables; +--echo ===== STOP ===== +--enable_query_log |