Skip to content

Commit 795095d

Browse files
committed
Fixed tests for libmysql
1 parent b558a18 commit 795095d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ if (MySQLPDOTest::isPDOMySQLnd())
4444
$offset, $id, substr($val, 0, 10), strlen($val));
4545
}
4646

47+
// This is necessary because we will be creating tables several times.
48+
$db->query('DROP TABLE test_attr_max_buffer_size');
49+
4750
} catch (PDOException $e) {
4851
printf("[%03d] %s, [%s] %s\n",
4952
$offset,

0 commit comments

Comments
 (0)