1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- Fixed some minor bugs/typos

scripts/mysqlhotcopy.sh:
   - added missing "--host" option
sql-bench/test-create.sh:
   - fixed typo
support-files/mysql.server.sh:
   - fixed typo
This commit is contained in:
unknown
2002-11-15 01:57:56 +01:00
parent 4ebb96c6b1
commit fdabe22c3a
3 changed files with 3 additions and 2 deletions

View File

@ -90,6 +90,7 @@ my %opt = (
Getopt::Long::Configure(qw(no_ignore_case)); # disambuguate -p and -P
GetOptions( \%opt,
"help",
"host|h=s",
"user|u=s",
"password|p=s",
"port|P=s",