diff options
author | lenz@mysql.com <> | 2003-11-24 17:05:24 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-11-24 17:05:24 +0100 |
commit | 12fb40460b356b445f5d0f76795fccdd3f96576e (patch) | |
tree | 247812777f5186c1efb3448f22d79c170c3dd72b /scripts | |
parent | 68690b0380e4f9c7f780e4115145e748c16314bb (diff) | |
download | mariadb-git-12fb40460b356b445f5d0f76795fccdd3f96576e.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)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqlaccess.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index 699e74834e3..75ef63ecdd0 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -286,7 +286,7 @@ Release Notes: * --old_server: mysqlaccess will now use a full where clause when retrieving information from the MySQL-server. If 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) - bugfix: * in Host::MatchTemplate: incorrect match if host-field was left empty. |