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 c2ab350 commit 85ca543Copy full SHA for 85ca543
tools/ci/travis.sh
@@ -52,7 +52,7 @@ function run_server {
52
rm -rf core* || true
53
CRASH_PLEASE=1 $1 --run-once $2 2>runlog.txt
54
export errcode=$?
55
- export teststr=$(head -c 10000 runlog.txt)
+ export teststr=$(head -c 10000 runlog.txt|grep -v "WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.")
56
if [[ -n "${teststr}" ]]; then
57
echo "Errors found in running server $1."
58
head -c 10000 runlog.txt
0 commit comments