Skip to content

Commit 4ba0aa7

Browse files
1 parent 0431358 commit 4ba0aa7

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
@@ -13,7 +13,6 @@ if (!MySQLPDOTest::isPDOMySQLnd()) die('skip only for mysqlnd');
1313
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
1414
$pdo = MySQLPDOTest::factory();
1515

16-
$tbl = "test";
1716
$pdo->query("CREATE TABLE test_75177 (`bit` bit(8)) ENGINE=InnoDB");
1817
$pdo->query("INSERT INTO test_75177 (`bit`) VALUES (1), (0b011), (0b01100)");
1918

0 commit comments

Comments
 (0)