get_vars_from_server() uses GLOBAL in incorrect versions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysqltuner |
New
|
Undecided
|
Sheeri K. Cabral | ||
2.0 |
New
|
Undecided
|
Sheeri K. Cabral |
Bug Description
150 sub get_vars_
151 if ($opt{debug}) { print "using SHOW commands on the live database\n"; }
152 push (@mysqlvarlist,
153 push (@mysqlvarlist,
154 }
should be:
150 sub get_vars_
151 if ($opt{debug}) { print "using SHOW commands on the live database\n"; }
152 push (@mysqlvarlist,
153 push (@mysqlvarlist,
154 }
as stated in http://
Changed in mysqltuner: | |
assignee: | nobody → Sheeri K. Cabral (awfief) |
Changed in mysqltuner: | |
milestone: | none → mysqltuner-2.1-rev17 |
Thanx for the bug report! This has been fixed in version 17, which can be downloaded here:
http:// launchpad. net/mysqltuner/ 2.0/mysqltuner- 2.1-rev17/ +download/ mysqltuner- 2.1-rev17. tar.gz