1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

add --report-features to mysql-test-run.pl

This commit is contained in:
df@kahlann.erinye.com
2006-11-10 13:12:08 +01:00
parent f893128839
commit f1764fa99f
2 changed files with 60 additions and 3 deletions

View File

@ -0,0 +1,11 @@
#
# show server variables
#
--disable_query_log
--echo ===== ENGINES =====
show engines;
--echo ===== VARIABLES =====
show variables;
--echo ===== STOP =====
--enable_query_log