Skip to content

Commit 0508def

Browse files
kamil-tekielamvorisek
authored andcommitted
Remove mysqli_close that prevented CLEAN from running properly
1 parent cba5e60 commit 0508def

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ext/mysqli/tests/clean_table.inc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
88

99
if (!mysqli_query($link, 'DROP TABLE IF EXISTS test')) {
1010
printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
11-
}
12-
13-
mysqli_close($link);
14-
?>
11+
}

0 commit comments

Comments
 (0)