There was an error while loading. Please reload this page.
1 parent ab48901 commit b8031e3Copy full SHA for b8031e3
debian/additions/debian-start.inc.sh
@@ -15,7 +15,7 @@ function check_for_crashed_tables() {
15
16
# Checking for $? is unreliable so the size of the output is checked.
17
# Some table handlers like HEAP do not support CHECK TABLE.
18
- tempfile=`tempfile`
+ tempfile=$(mktemp)
19
20
# We have to use xargs in this case, because a for loop barfs on the
21
# spaces in the thing to be looped over.
0 commit comments