mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in user-facing messages
This commit is contained in:
committed by
Sergey Vojtovich
parent
c36cd56049
commit
1e00b9ec2a
@@ -1859,7 +1859,7 @@ sub collect_mysqld_features {
|
||||
/^([\S]+)[ \t]+(.*?)\r?$/ or die "Could not parse mysqld --help: $_\n";
|
||||
$mysqld_variables{$1}= $2;
|
||||
}
|
||||
mtr_error("Could not find variabes list") unless %mysqld_variables;
|
||||
mtr_error("Could not find variables list") unless %mysqld_variables;
|
||||
}
|
||||
|
||||
|
||||
@@ -5968,7 +5968,7 @@ Options that specify ports
|
||||
set and is not "auto", it overrides build-thread.
|
||||
mtr-build-thread=# Specify unique number to calculate port number(s) from.
|
||||
build-thread=# Can be set in environment variable MTR_BUILD_THREAD.
|
||||
Set MTR_BUILD_THREAD="auto" to automatically aquire
|
||||
Set MTR_BUILD_THREAD="auto" to automatically acquire
|
||||
a build thread id that is unique to current host
|
||||
port-group-size=N Reserve groups of TCP ports of size N for each MTR thread
|
||||
|
||||
|
Reference in New Issue
Block a user