We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae647b4 commit 0fd8c68Copy full SHA for 0fd8c68
5.7/docker-entrypoint.sh
@@ -46,10 +46,6 @@ if [ "$1" = 'mysqld' ]; then
46
exit 1
47
fi
48
49
- # Workaround for bug in 5.7 that doesn't clean up after itself correctly
50
- rm -f $DATADIR/ib_logfile0
51
- rm -f $DATADIR/ib_logfile1
52
- rm -f $DATADIR/ibdata1
53
# These statements _must_ be on individual lines, and _must_ end with
54
# semicolons (no line breaks or comments are permitted).
55
# TODO proper SQL escaping on ALL the things D:
0 commit comments