You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"Size of %s after shrinking: %s (%.1f%% of original; space recovered=%d bytes)\n" \
The entire script works perfectly, but I just shrunk my ibdata file from 5.5 GB to 550 MB and the script crapped out with this error -
Size of /var/lib/mysql/ibdata1 before shrinking: 5.5G
./shrink: line 344: "5761040"-"575492": syntax error: operand expected (error token is ""5761040"-"575492"")
Now that it matters! Excellent work on the script! 👍
The text was updated successfully, but these errors were encountered:
shrink-ibdata1/shrink
Line 344 in 48bb09a
The entire script works perfectly, but I just shrunk my ibdata file from 5.5 GB to 550 MB and the script crapped out with this error -
Size of /var/lib/mysql/ibdata1 before shrinking: 5.5G
./shrink: line 344: "5761040"-"575492": syntax error: operand expected (error token is ""5761040"-"575492"")
Now that it matters! Excellent work on the script! 👍
The text was updated successfully, but these errors were encountered: