Remove commented old code.
This commit is contained in:
@@ -195,11 +195,8 @@ for _val in ${mysql_credential_args_arr[@]} ; do
|
||||
TABLES=`$mysql $mysql_credential_args $db -N -s -e "show tables"`
|
||||
|
||||
for table in $TABLES ; do
|
||||
|
||||
|
||||
if $terminal ; then
|
||||
#echo -en "\033[1G \033[32mOptimize table \033[1m$table\033[m \033[1G"
|
||||
#echo -en "\033[1G \033[32mOptimize table \033[1m$table\033[m"
|
||||
blank_signs=""
|
||||
if [[ $length_table_name -gt ${#table} ]]; then
|
||||
number_blank_sign=$(expr $length_table_name - ${#table})
|
||||
|
||||
Reference in New Issue
Block a user