Skip to content

Commit 7d65cc8

Browse files
committed
Remove mysqli_close from clean_table.inc
Backported from master. See #8427
1 parent 7ebda19 commit 7d65cc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ext/mysqli/tests/clean_table.inc

+1-4
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)