- 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)
This commit is contained in:
parent
cbf2558b30
commit
534ea9689f
@ -286,7 +286,7 @@ Release Notes:
|
|||||||
* --old_server: mysqlaccess will now use a full where clause when
|
* --old_server: mysqlaccess will now use a full where clause when
|
||||||
retrieving information from the MySQL-server. If
|
retrieving information from the MySQL-server. If
|
||||||
you are connecting to an old server (before v3.21)
|
you are connecting to an old server (before v3.21)
|
||||||
use the option --old_server.
|
then use the option --old_server.
|
||||||
2.03 : (1998-02-27)
|
2.03 : (1998-02-27)
|
||||||
- bugfix:
|
- bugfix:
|
||||||
* in Host::MatchTemplate: incorrect match if host-field was left empty.
|
* in Host::MatchTemplate: incorrect match if host-field was left empty.
|
||||||
|
@ -509,7 +509,7 @@ All benchmarks takes the following options:
|
|||||||
|
|
||||||
--socket='socket'
|
--socket='socket'
|
||||||
If the database supports connecting through a Unix socket,
|
If the database supports connecting through a Unix socket,
|
||||||
use this socket to connect
|
then use this socket to connect
|
||||||
|
|
||||||
--regions
|
--regions
|
||||||
This is a test specific option that is only used when debugging a test.
|
This is a test specific option that is only used when debugging a test.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user