Remove commented old code.

This commit is contained in:
2018-03-05 01:11:51 +01:00
parent c4e6aafb33
commit a0bf2ae89b
2 changed files with 145 additions and 3 deletions

View File

@@ -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})