Commit ffb356ad authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

mysql_fix_extensions.sh:

  typo fixed
parent 643bb2af
...@@ -11,6 +11,6 @@ die "Usage: $0 datadir\n" unless -d $ARGV[0]; ...@@ -11,6 +11,6 @@ die "Usage: $0 datadir\n" unless -d $ARGV[0];
for $a (<$ARGV[0]/*/*.*>) { $_=$a; for $a (<$ARGV[0]/*/*.*>) { $_=$a;
s/\.frm$/.frm/i; s/\.frm$/.frm/i;
s/\.(is[md]|my[id])$/\U$&/; s/\.(is[md]|my[id])$/\U$&/i;
rename ($a, $_) || warn "Cannot rename $a => $_ : $!"; rename ($a, $_) || warn "Cannot rename $a => $_ : $!";
} }
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