1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix uninitialised variable in binlog group commit (probably not

reachable code).

Fix test failure when $vardir does not allow executing programs.
This commit is contained in:
unknown
2013-01-21 10:06:03 +01:00
parent 3546644220
commit 2b0f4bdf44
2 changed files with 5 additions and 5 deletions

View File

@ -58,9 +58,7 @@
--let $perlChecker= $MYSQLTEST_VARDIR/std_data/checkDBI_DBD-mysql.pl
--let $resultFile= $MYSQL_TMP_DIR/dbidbd-mysql.txt
# Make the script executable and execute it.
--chmod 0755 $perlChecker
--exec $perlChecker
--exec perl $perlChecker
# Source the resulting temporary file and look for a variable being set.
--source $resultFile