Spelling correction
This commit is contained in:
parent
da9c37b2e5
commit
27d48d8506
1 changed files with 1 additions and 1 deletions
|
@ -3872,7 +3872,7 @@ sub mysql_myisam {
|
||||||
|
|
||||||
if ( $nb_myisam_tables > 0 ) {
|
if ( $nb_myisam_tables > 0 ) {
|
||||||
badprint
|
badprint
|
||||||
"Consider migrating $nb_myisam_tables followning tables to InnoDB:";
|
"Consider migrating $nb_myisam_tables following tables to InnoDB:";
|
||||||
my $sql_mig = "";
|
my $sql_mig = "";
|
||||||
for my $myisam_table (
|
for my $myisam_table (
|
||||||
select_array(
|
select_array(
|
||||||
|
|
Loading…
Reference in a new issue