1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fixed tests for libmysql (#13424)

This commit is contained in:
Saki Takamachi
2024-02-18 21:08:31 +09:00
committed by GitHub
parent 1d45357409
commit d433035319

View File

@@ -44,6 +44,9 @@ if (MySQLPDOTest::isPDOMySQLnd())
$offset, $id, substr($val, 0, 10), strlen($val));
}
// This is necessary because we will be creating tables several times.
$db->query('DROP TABLE test_attr_max_buffer_size');
} catch (PDOException $e) {
printf("[%03d] %s, [%s] %s\n",
$offset,