I'm getting the following error after the script finishes checking all my tables:
stat: invalid option -- s
Try `stat --help' for more information.
./mysql_maint.sh: line 838: [: -gt: unary operator expected
Should line 824 be:
eval "`${STAT_BIN} -c%s "$1"`"
?
I'm getting the following error after the script finishes checking all my tables:
stat: invalid option -- s
Try `stat --help' for more information.
./mysql_maint.sh: line 838: [: -gt: unary operator expected
Should line 824 be:
?