0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added in a check for users without passwords and check for slaves running with read_only disabled (patch from Isart Montane)
Major Hayden
as rackerhacker
More... over 14 years ago
Forgot to change the old assembla svn note in the script over to github. :|
Major Hayden
as rackerhacker
More... over 14 years ago
Added the GPLv3 license along with the script.
Major Hayden
as rackerhacker
More... over 14 years ago
Expanded README
Major Hayden
as rackerhacker
More... over 14 years ago
Test commit.
Major Hayden
as rackerhacker
More... over 14 years ago
Added README file for github prettyness. More... over 14 years ago
Version bump to 1.1.0 Added git tag 'v1.1.0 More... over 14 years ago
Fixed a Solaris awk bug, found a more reliable way to get the home directory, and fixed a syntactical error. (Thanks to Adam Stein) More... almost 15 years ago
Fixed an issue where the percentage of keys pulled from memory would not exist if no keys have been read since the server started. (Thanks to Simon Greenaway) More... almost 15 years ago
A warning is now provided if if the query_cache_size goes over 128M. (Thanks to Tim Soderstrom) More... almost 15 years ago
Fixed an issue where null storage engines appeared when querying INFORMATION_SCHEMA. More... almost 15 years ago
Fixed an issue where MEMORY tables would appear in the fragmented table list, which caused some confusion. (Thanks to Gary Barrueto) More... almost 15 years ago
When counting index size for MyISAM tables, the INFORMATION_SCHEMA query included all engines. (Thanks to Tom Krouper) More... almost 15 years ago
Version bump to 1.0.0 Small spelling correction Contributors list updated More... over 15 years ago
Version bump to 1.0.0-rc1 Fixed memory calculation problem in NetBSD where the amount of memory overflowed a 32-bit integer. Used "sysctl -n hw.physmem64" rather than "sysctl -n hw.physmem" in those situations. (Thanks to Dave Burgess) Fixed an issue where the script would suggest adding skip-isam to the MySQL configuration in 4.0.x, but the directive wasn't available until 4.1.1. (Thanks to Ryan Novosielski) Fixed an issue with MySQL 5.1 where table_open_cache needed to be adjusted, rather than open_cache. (Thanks to Michael Scheidell and Blair Christensen) Adjusted some misleading wording when MySQL's memory usage is very high relative to the amount of physical memory installed. Increased threshold to 90%. (Thanks to Hans du Plooy) Fixed an issue where MySQL logins failed when a socket was specified but a .my.cnf file was also present. (Thanks to Victor Trac) Added full support for Solaris. (Big thanks to Bill Bradford) More... over 15 years ago
Fixed an issue with NULL storage engines appearing on some servers. More... over 15 years ago
Bumped version to 0.9.9 Added --socket option to use an alternative socket (thanks Mark!) Added OpenBSD memory checking support (thanks Giovanni!) Added counts to report lines to provide additional detail Fixed error where disabling BDB was recommended even when BDB tables were present (thanks Greg!) Fixed an issue with big integers (> 2^32) from key calculations (thanks Aubin!) Fixed an error on Solaris machines (thanks Bill!) Fixed an issue where the key buffer calculation caused errors when no indexes were present Added Giovanni Bechis, Greg Eden, Aubin Galinotti, Mark Imbriaco and Bill Bradford to the contributors list More... over 15 years ago
Version bump to 0.9.8 Added new options to help output Made version checking off by default, enabled by --checkversion option More... almost 16 years ago
Version bump to 0.9.5 Support is now available for remote servers Can force the script to assume that a certain amount of memory is present (thanks Jason!) Usernames and passwords can now be passed on the command line Added Jason Gill to the contributors list More... almost 16 years ago
Version bump to 0.9.1 Added checks for fragmented tables Fixed login routine to allow zero-length passwords without re-prompting for the password repeatedly Added workaround for wget 1.11 timestamping bug Fixed a math error in the temporary table calculations Fixed an error that occurred when the status variable Open_files returned zero Added table cache change in preparation for MySQL 6.x Thanks to Ville Skytta, Trent Hornibrook and Luuk Vosslamber for the bug reports and feature requests! More... almost 16 years ago
Fixed an issue with table_cache in MySQL 6.x (it's now table_open_cache in MySQL 6.x) More... about 16 years ago
Version bump to 0.9.0 Fixed a bug where NULL may appear when enumerating tables on MySQL 5 MySQLTuner now checks for updates and allows the checks to be disabled More... about 16 years ago
Version bump to 0.8.9 Added an option to skip the enumeration/sizing of tables (--skipsize), which should help on servers with lots of tables Changed the table enumeration/sizing method for MySQL 5 to use information_schema (increased performance drastically) Adjusted the query_cache_limit recommendation to include the currently set value, rather than 1M each time Changed the wording for tmp_table_size/max_heap_table_size to make it less confusing More... about 16 years ago
Version bump. Added Shawn Ashlee to contributors. More... about 16 years ago
Added lines between sections to increase readability. Corrected a bug where storage engine statuses were still in color even with --nocolor. Excluded information_schema tables from calculations (they were showing up as usual MEMORY tables). More... about 16 years ago
Bumped to version 0.8.5 Fixed copy/paste bug with OK/!!/-- output (Thanks to Nils!) Fixed a data length calculation bug in MySQL 4.0.x Fixed a key buffer calculation bug in MySQL 4.0.x Added in a notification for situations when no recommendations are available Added Nils Breunese to the contributors list More... about 16 years ago
Corrected the total key buffer calculation when symlinks are used Went to traditional versioning scheme starting at 0.8.0 More... about 16 years ago
Version bump More... over 16 years ago
Removing a minor left over comment More... over 16 years ago
Fixed a bug in MySQL 3.23 where the storage engine checks had problems Adjusted some of the Perl code to be more compact, organized, and factored More... over 16 years ago