Regression related to session and global variables analysis
This commit is contained in:
parent
179a0f72e4
commit
7d57863115
1 changed files with 1 additions and 1 deletions
|
@ -1293,7 +1293,7 @@ sub get_all_vars {
|
|||
debugprint "VERSION: " . $dummyselect . "";
|
||||
$result{'MySQL Client'}{'Version'} = $dummyselect;
|
||||
|
||||
my @mysqlvarlist = select_array("SHOW GLOBAL VARIABLES");
|
||||
my @mysqlvarlist = select_array("SHOW VARIABLES");
|
||||
push( @mysqlvarlist, select_array("SHOW GLOBAL VARIABLES") );
|
||||
arr2hash( \%myvar, \@mysqlvarlist );
|
||||
$result{'Variables'} = \%myvar;
|
||||
|
|
Loading…
Reference in a new issue