Commit b4556e05 authored by unknown's avatar unknown

mysql_fix_extensions.sh:

  typo fixed


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