初版
This commit is contained in:
12
build/lib/mysql/mysql-test/include/report-features.test
Normal file
12
build/lib/mysql/mysql-test/include/report-features.test
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# show server variables
|
||||
#
|
||||
|
||||
--disable_query_log
|
||||
--echo ===== ENGINES =====
|
||||
show engines;
|
||||
--echo ===== VARIABLES =====
|
||||
show variables;
|
||||
--echo ===== STOP =====
|
||||
--enable_query_log
|
||||
exit;
|
||||
Reference in New Issue
Block a user