mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Remove mysqli_close that prevented CLEAN from running properly
This commit is contained in:
parent
e16af8e84d
commit
400c6055b1
@ -8,7 +8,4 @@ if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
|
||||
|
||||
if (!mysqli_query($link, 'DROP TABLE IF EXISTS test')) {
|
||||
printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
|
||||
}
|
||||
|
||||
mysqli_close($link);
|
||||
?>
|
||||
}
|
Loading…
Reference in New Issue
Block a user