Bug fix on Galera Gcache mem calculation
This commit is contained in:
parent
5be96339a1
commit
ce7eefb3da
1 changed files with 1 additions and 1 deletions
|
@ -4823,7 +4823,7 @@ sub get_wsrep_options {
|
|||
}
|
||||
|
||||
sub get_gcache_memory {
|
||||
my $gCacheMem = get_wsrep_option('gcache.mem_size');
|
||||
my $gCacheMem = get_wsrep_option('gcache.size');
|
||||
|
||||
return 0 unless defined $gCacheMem and $gCacheMem ne '';
|
||||
return $gCacheMem;
|
||||
|
|
Loading…
Reference in a new issue