We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2d4ff commit d4d4010Copy full SHA for d4d4010
ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt
@@ -45,7 +45,6 @@ if (MySQLPDOTest::isPDOMySQLnd())
45
printf("[%03d] id = %d, val = %s... (length: %d)\n",
46
$offset, $id, substr($val, 0, 10), strlen($val));
47
}
48
- $db->exec('DROP TABLE IF EXISTS test_attr_max_buffer_size');
49
50
} catch (PDOException $e) {
51
printf("[%03d] %s, [%s] %s\n",
0 commit comments