Merge pull request #633 from yitam/TC81

Fixed memory test
This commit is contained in:
Jenny Tam 2017-12-15 13:28:06 -08:00 committed by GitHub
commit b3f2015df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -299,6 +299,8 @@ function runTest($noPasses, $noRows, $tableName, $conn, $prepared, $release, $mo
if ($rowCount != $noRows) {
die("$rowCount rows retrieved instead of $noRows\n");
}
unset($errState);
unset($errMessage);
break;
case 6: // fetch array