Skip to content

Commit 834019e

Browse files
committedMay 16, 2014
WL#7854 Deprecate and remove mysqlhotcopy
1 parent 1f128ba commit 834019e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎scripts/mysqlhotcopy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ GetOptions( \%opt,
158158
my @db_desc = ();
159159
my $tgt_name = undef;
160160

161+
print STDERR "Warning: $0 is deprecated and will be removed in a future version.\n";
162+
161163
usage("") if ($opt{help});
162164

163165
if ( $opt{regexp} || $opt{suffix} || @ARGV > 2 ) {

0 commit comments

Comments
 (0)