File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5994,7 +5994,7 @@ sub mysql_tables {
5994
5994
my $current_type =
5995
5995
uc ($ctype ) . ( $isnull eq ' NO' ? " NOT NULL" : " " );
5996
5996
my $optimal_type = select_str_g( " Optimal_fieldtype" ,
5997
- " SELECT $_ FROM $dbname . $tbname PROCEDURE ANALYSE(100000)"
5997
+ " SELECT \\ ` $_ \\ ` FROM \\ ` $dbname \\ `. \\ ` $tbname \\ ` PROCEDURE ANALYSE(100000)"
5998
5998
);
5999
5999
if ( not defined ($optimal_type ) or $optimal_type eq ' ' ) {
6000
6000
infoprint " Current Fieldtype: $current_type " ;
@@ -6006,7 +6006,7 @@ sub mysql_tables {
6006
6006
badprint
6007
6007
" Consider changing type for column $_ in table $dbname .$tbname " ;
6008
6008
push ( @generalrec ,
6009
- " ALTER TABLE $dbname . $tbname MODIFY $_ $optimal_type ;"
6009
+ " ALTER TABLE \` $dbname \` . \` $tbname \` MODIFY \` $_ \` $optimal_type ;"
6010
6010
);
6011
6011
6012
6012
}
You can’t perform that action at this time.
0 commit comments