diff options
author | unknown <monty@donna.mysql.fi> | 2001-05-05 09:41:47 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-05-05 09:41:47 +0300 |
commit | 62bff11cb46c059b1fcb2aeba5e65ec99e7d3448 (patch) | |
tree | 18710d49c064aa27303b17375f91694ef08c5c33 /scripts/mysqlhotcopy.sh | |
parent | 203c3eeb4c0b451092cb0c1ab1115d0bd179c0e2 (diff) | |
download | mariadb-git-62bff11cb46c059b1fcb2aeba5e65ec99e7d3448.tar.gz |
Added LOAD DATA CONCURRENT
Docs/manual.texi:
Update information about REPAIR and optimize
scripts/mysqlhotcopy.sh:
Changed Alpha -> Beta
sql/sql_yacc.yy:
A
Diffstat (limited to 'scripts/mysqlhotcopy.sh')
-rw-r--r-- | scripts/mysqlhotcopy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqlhotcopy.sh b/scripts/mysqlhotcopy.sh index da8c6fced53..1c26bf8e2d6 100644 --- a/scripts/mysqlhotcopy.sh +++ b/scripts/mysqlhotcopy.sh @@ -30,7 +30,7 @@ mysqlhotcopy - fast on-line hot-backup utility for local MySQL databases and tab mysqlhotcopy --method='scp -Bq -i /usr/home/foo/.ssh/identity' --user=root --password=secretpassword \ db_1./^nice_table/ user@some.system.dom:~/path/to/new_directory -WARNING: THIS IS VERY MUCH A FIRST-CUT ALPHA. Comments/patches welcome. +WARNING: THIS PROGRAM IS STILL IN BETA. Comments/patches welcome. =cut |