set UTF8 back to false by the end of SQLSRV memory test

This commit is contained in:
v-kaywon 2017-06-19 14:10:19 -07:00
parent d1df11d035
commit b9c13e99a8

View file

@ -151,6 +151,7 @@ function MemCheck($noPasses, $noRows1, $noRows2, $startStep, $endStep)
$conn2 = Connect();
DropTable($conn2, $tableName);
sqlsrv_close($conn2);
SetUTF8Data(false);
if ($totalLeak > 0)
{