Skip to content

Commit 0431358

Browse files
1 parent 610c9fb commit 0431358

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo_mysql/tests/bug75177.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
1414
$pdo = MySQLPDOTest::factory();
1515

1616
$tbl = "test";
17-
$pdo->query("DROP TABLE IF EXISTS test_75177");
1817
$pdo->query("CREATE TABLE test_75177 (`bit` bit(8)) ENGINE=InnoDB");
1918
$pdo->query("INSERT INTO test_75177 (`bit`) VALUES (1), (0b011), (0b01100)");
2019

0 commit comments

Comments
 (0)