diff options
author | unknown <lenz@mysql.com> | 2002-11-15 01:57:56 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-11-15 01:57:56 +0100 |
commit | fdabe22c3a27e91a4da6353b2e7acd5586508ace (patch) | |
tree | 92bb6c95fdd44d885c57dc5344b5440d052f98ca /scripts/mysqlhotcopy.sh | |
parent | 4ebb96c6b1973937e743a674ad4f28386f8abca7 (diff) | |
download | mariadb-git-fdabe22c3a27e91a4da6353b2e7acd5586508ace.tar.gz |
- 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
Diffstat (limited to 'scripts/mysqlhotcopy.sh')
-rw-r--r-- | scripts/mysqlhotcopy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysqlhotcopy.sh b/scripts/mysqlhotcopy.sh index bc23c0e5d95..b8d4a0a9a38 100644 --- a/scripts/mysqlhotcopy.sh +++ b/scripts/mysqlhotcopy.sh @@ -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", |