DP_S/build/lib/mysql/mysql-test/include/report-features.test

13 lines
186 B
Plaintext
Raw Normal View History

2024-04-24 10:25:44 +08:00
#
# show server variables
#
--disable_query_log
--echo ===== ENGINES =====
show engines;
--echo ===== VARIABLES =====
show variables;
--echo ===== STOP =====
--enable_query_log
exit;