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 0431358 commit 4ba0aa7Copy full SHA for 4ba0aa7
ext/pdo_mysql/tests/bug75177.phpt
@@ -13,7 +13,6 @@ if (!MySQLPDOTest::isPDOMySQLnd()) die('skip only for mysqlnd');
13
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
14
$pdo = MySQLPDOTest::factory();
15
16
-$tbl = "test";
17
$pdo->query("CREATE TABLE test_75177 (`bit` bit(8)) ENGINE=InnoDB");
18
$pdo->query("INSERT INTO test_75177 (`bit`) VALUES (1), (0b011), (0b01100)");
19
0 commit comments