diff options
author | unknown <lenz@mysql.com> | 2003-11-24 17:05:24 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-11-24 17:05:24 +0100 |
commit | 4ca9c493987eb4ccb7e71ee6f811c5a7a1cc42f7 (patch) | |
tree | 247812777f5186c1efb3448f22d79c170c3dd72b /sql-bench/bench-init.pl.sh | |
parent | 7427698e346dbbe4f2e295f4381ac5c948fa93b6 (diff) | |
download | mariadb-git-4ca9c493987eb4ccb7e71ee6f811c5a7a1cc42f7.tar.gz |
- Rephrased two option help texts to not start with "use the ..." as this
confuses RPM's Perl module dependency checking (it adds a bogus
requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
scripts/mysqlaccess.sh:
- Rephrased option help text so it does not start with "use" as this
confuses RPM's Perl module dependency checking (it adds a bogus
requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
sql-bench/bench-init.pl.sh:
- Rephrased option help text so it does not start with "use" as this
confuses RPM's Perl module dependency checking (it adds a bogus
requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
Diffstat (limited to 'sql-bench/bench-init.pl.sh')
-rw-r--r-- | sql-bench/bench-init.pl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/bench-init.pl.sh b/sql-bench/bench-init.pl.sh index 1ac5f29723b..d61551ffb3b 100644 --- a/sql-bench/bench-init.pl.sh +++ b/sql-bench/bench-init.pl.sh @@ -509,7 +509,7 @@ All benchmarks takes the following options: --socket='socket' If the database supports connecting through a Unix socket, - use this socket to connect + then use this socket to connect --regions This is a test specific option that is only used when debugging a test. |