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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user