diff options
Diffstat (limited to 'scripts/mysql_convert_table_format.sh')
-rw-r--r-- | scripts/mysql_convert_table_format.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mysql_convert_table_format.sh b/scripts/mysql_convert_table_format.sh index 6b4d758a..c3a719e4 100644 --- a/scripts/mysql_convert_table_format.sh +++ b/scripts/mysql_convert_table_format.sh @@ -19,6 +19,9 @@ use DBI; use Getopt::Long; +warn "$0: Deprecated program name. It will be removed in a future release, use 'mariadb-convert-table-format' instead\n" + if $0 =~ m/mysql_convert_table_format$/; + $opt_help=$opt_version=$opt_verbose=$opt_force=0; $opt_user=$opt_database=$opt_password=undef; $opt_host="localhost"; |