Merge bk-internal:/home/bk/mysql-4.0/

into serg.mylan:/usr/home/serg/Abk/mysql-4.0
This commit is contained in:
serg@serg.mylan 2003-07-08 17:27:43 +02:00
commit fe399f746d

View File

@ -81,6 +81,11 @@ sub usage {
die @_, $OPTIONS;
}
# reading ~/.my.cnf
my @defops = `@bindir@/my_print_defaults client mysqlhotcopy`;
chop @defops;
splice @ARGV, 0, 0, @defops;
my %opt = (
user => scalar getpwuid($>),
noindices => 0,