mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
mysql_fix_extensions.sh:
typo fixed
This commit is contained in:
@ -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 => $_ : $!";
|
||||
}
|
||||
|
Reference in New Issue
Block a user