Skip to content

Commit 0fd8c68

Browse files
committed
Removed workaround that isn't needed on current Debian image
1 parent ae647b4 commit 0fd8c68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

5.7/docker-entrypoint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ if [ "$1" = 'mysqld' ]; then
4646
exit 1
4747
fi
4848

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
5349
# These statements _must_ be on individual lines, and _must_ end with
5450
# semicolons (no line breaks or comments are permitted).
5551
# TODO proper SQL escaping on ALL the things D:

0 commit comments

Comments
 (0)