Skip to content

Commit c5e5c81

Browse files
authored
Merge pull request #701 from jmrenouard/master
Update code and CVEs
2 parents ddcc05f + c1e9b4b commit c5e5c81

File tree

3 files changed

+317
-233
lines changed

3 files changed

+317
-233
lines changed

FEATURES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Features list for option: --feature (dev only)
2626
* mysql_routines
2727
* mysql_setup
2828
* mysql_stats
29+
* mysql_table_structures
2930
* mysql_tables
3031
* mysql_triggers
3132
* mysql_version_eq

USAGE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NAME
22

3-
MySQLTuner 2.1.5 - MySQL High Performance Tuning Script
3+
MySQLTuner 2.2.5 - MySQL High Performance Tuning Script
44

55
# IMPORTANT USAGE GUIDELINES
66

@@ -62,8 +62,10 @@ You must provide the remote server's total memory when connecting to other serve
6262
--nocolstat Don't print column information
6363
--idxstat Print index information
6464
--noidxstat Don't print index information
65+
--nomyisamstat Don't print MyIsam information
6566
--sysstat Print system information
6667
--nosysstat Don't print system information
68+
--nostructstat Don't print table structures information
6769
--pfstat Print Performance schema
6870
--nopfstat Don't print Performance schema
6971
--bannedports Ports banned separated by comma (,)

0 commit comments

Comments
 (0)