mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- fixed typo in scripts/mysql_convert_table_format.sh
scripts/mysql_convert_table_format.sh: - fixed typo (spotted by Engin Gunduz)
This commit is contained in:
@ -64,7 +64,7 @@ foreach $table (@ARGV)
|
|||||||
{
|
{
|
||||||
if (uc($row->[1]) eq uc($opt_type))
|
if (uc($row->[1]) eq uc($opt_type))
|
||||||
{
|
{
|
||||||
print "$table is alread of type $opt_type; Ignored\n";
|
print "$table is already of type $opt_type; Ignored\n";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user