Changeset 10
- Timestamp:
- 06/06/07 15:57:19 (1 year ago)
- Files:
-
- mysqltuner.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mysqltuner.pl
r9 r10 46 46 " --noinfo Remove informational responses\n". 47 47 " --notitle Remove section title headers\n". 48 " --withexplain Add verbose explanations\n".48 " --withexplain Add verbose explanations\n". 49 49 " --explainonly Provide only long text explanations, no bullets/titles\n". 50 50 " --nocolor Don't print output in color\n". … … 70 70 $opt{nobad} = 1; 71 71 $opt{notitle} = 1; 72 $opt{withexplain} = 1; 72 73 } 73 74