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 610c9fb commit 0431358Copy full SHA for 0431358
ext/pdo_mysql/tests/bug75177.phpt
@@ -14,7 +14,6 @@ require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
14
$pdo = MySQLPDOTest::factory();
15
16
$tbl = "test";
17
-$pdo->query("DROP TABLE IF EXISTS test_75177");
18
$pdo->query("CREATE TABLE test_75177 (`bit` bit(8)) ENGINE=InnoDB");
19
$pdo->query("INSERT INTO test_75177 (`bit`) VALUES (1), (0b011), (0b01100)");
20
0 commit comments