1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-10350 "./mtr --report-features" doesn't work

removed
This commit is contained in:
Sergei Golubchik
2016-08-03 18:05:29 +02:00
parent 9d2f892999
commit 03dec1aa49
2 changed files with 0 additions and 30 deletions

View File

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