Commit fe399f74 authored by serg@serg.mylan's avatar serg@serg.mylan

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

into serg.mylan:/usr/home/serg/Abk/mysql-4.0
parents 19b1d592 dbf893fb
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment