mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-30448 No deprecation message shown for mysql_fix_extensions
This commit is contained in:
@@ -19,6 +19,8 @@ mariadb-fix-extensions \- normalize table file name extensions (mysql_fix_extens
|
|||||||
\fBmysql_fix_extensions \fR\fB\fIdata_dir\fR\fR
|
\fBmysql_fix_extensions \fR\fB\fIdata_dir\fR\fR
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
.PP
|
||||||
|
This script is deprecated and will be removed in a later release.
|
||||||
|
.PP
|
||||||
\fBmysql_fix_extensions\fR
|
\fBmysql_fix_extensions\fR
|
||||||
converts the extensions for
|
converts the extensions for
|
||||||
MyISAM
|
MyISAM
|
||||||
|
@@ -25,6 +25,8 @@
|
|||||||
# makes .frm lowercase and .MYI/MYD/ISM/ISD uppercase
|
# makes .frm lowercase and .MYI/MYD/ISM/ISD uppercase
|
||||||
# useful when datafiles are copied from windows
|
# useful when datafiles are copied from windows
|
||||||
|
|
||||||
|
print STDERR "WARNING: This script is deprecated and will be removed in a future release\n\n";
|
||||||
|
|
||||||
die "Usage: $0 datadir\n" unless -d $ARGV[0];
|
die "Usage: $0 datadir\n" unless -d $ARGV[0];
|
||||||
|
|
||||||
for $a (<$ARGV[0]/*/*.*>) { $_=$a;
|
for $a (<$ARGV[0]/*/*.*>) { $_=$a;
|
||||||
|
Reference in New Issue
Block a user