1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Added LOAD DATA CONCURRENT

Docs/manual.texi:
  Update information about REPAIR and optimize
scripts/mysqlhotcopy.sh:
  Changed Alpha -> Beta
sql/sql_yacc.yy:
  A
This commit is contained in:
unknown
2001-05-05 09:41:47 +03:00
parent 203c3eeb4c
commit 62bff11cb4
4 changed files with 32 additions and 3 deletions

View File

@@ -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