mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix remaining typos
This commit is contained in:
committed by
Daniel Black
parent
bc87abc381
commit
40c5b62531
@@ -121,7 +121,7 @@ Usage: $script [host [user [db]]] OPTIONS
|
||||
Note:
|
||||
At least the user and the db must be given (even with wildcards)
|
||||
If no host is given, `localhost' is assumed
|
||||
Wilcards (*,?,%,_) are allowed for host, user and db, but be sure
|
||||
Wildcards (*,?,%,_) are allowed for host, user and db, but be sure
|
||||
to escape them from your shell!! (ie type \\* or '*')
|
||||
_OPTIONS
|
||||
|
||||
@@ -163,7 +163,7 @@ Release Notes:
|
||||
- bugfix: the user-field should not be treated as a sql-regexpr,
|
||||
but as a plain string.
|
||||
- bugfix: the host-table should not be used if the host isn't empty in db
|
||||
or if the host isn't emty in user
|
||||
or if the host isn't empty in user
|
||||
(Monty)
|
||||
|
||||
1.0-beta4: (1997-03-14)
|
||||
@@ -331,7 +331,7 @@ $TODO = <<_TODO;
|
||||
-----
|
||||
-a full where clause is use now. How can we handle older servers?
|
||||
-add some more functionality for DNS.
|
||||
-select the warnings more carefuly.
|
||||
-select the warnings more carefully.
|
||||
>> I think that the warnings should either be enhanced to _really_
|
||||
>> understand and report real problems accurately, or restricted to
|
||||
>> only printing things that it knows with 100% certainty. <psmith)
|
||||
@@ -443,7 +443,7 @@ use IPC::Open3;
|
||||
$DEBUG = 0;
|
||||
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>8
|
||||
# Normally nothing should be changed beneeth this line
|
||||
# Normally nothing should be changed beneath this line
|
||||
|
||||
|
||||
# ****************************
|
||||
@@ -611,7 +611,7 @@ if (@MySQLaccess::Grant::Error) {
|
||||
}
|
||||
|
||||
#-----------------------
|
||||
# get info/help if necc.
|
||||
# get info/help if necessary.
|
||||
$print_usage=1;
|
||||
if ( defined($Param{'version'}) ) {
|
||||
MySQLaccess::Report::Print_Version();
|
||||
|
Reference in New Issue
Block a user