wsrep_slave_threads #305
This commit is contained in:
parent
7429b7c15c
commit
2bd7e7bf71
1 changed files with 5 additions and 5 deletions
|
@ -5030,7 +5030,7 @@ sub mariadb_rockdb {
|
||||||
}
|
}
|
||||||
infoprint "RocksDB is enabled.";
|
infoprint "RocksDB is enabled.";
|
||||||
|
|
||||||
# All is to done here
|
# All is to do here
|
||||||
}
|
}
|
||||||
|
|
||||||
# Recommendations for Spider
|
# Recommendations for Spider
|
||||||
|
@ -5046,7 +5046,7 @@ sub mariadb_spider {
|
||||||
}
|
}
|
||||||
infoprint "Spider is enabled.";
|
infoprint "Spider is enabled.";
|
||||||
|
|
||||||
# All is to done here
|
# All is to do here
|
||||||
}
|
}
|
||||||
|
|
||||||
# Recommendations for Connect
|
# Recommendations for Connect
|
||||||
|
@ -5060,9 +5060,9 @@ sub mariadb_connect {
|
||||||
infoprint "Connect is disabled.";
|
infoprint "Connect is disabled.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
infoprint "TokuDB is enabled.";
|
infoprint "Connect is enabled.";
|
||||||
|
|
||||||
# All is to done here
|
# All is to do here
|
||||||
}
|
}
|
||||||
|
|
||||||
# Perl trim function to remove whitespace from the start and end of the string
|
# Perl trim function to remove whitespace from the start and end of the string
|
||||||
|
@ -5154,7 +5154,7 @@ having sum(if(c.column_key in ('PRI','UNI'), 1,0)) = 0"
|
||||||
{
|
{
|
||||||
badprint
|
badprint
|
||||||
"wsrep_slave_threads is not equal to 2, 3 or 4 times number of CPU(s)";
|
"wsrep_slave_threads is not equal to 2, 3 or 4 times number of CPU(s)";
|
||||||
push @adjvars, "wsrep_slave_threads= Nb of Core CPU * 4";
|
push @adjvars, "wsrep_slave_threads = ".(cpu_cores * 4);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
goodprint
|
goodprint
|
||||||
|
|
Loading…
Reference in a new issue