Skip to content

Commit 0530611

Browse files
1 parent 7c1c2ad commit 0530611

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ $db = MySQLPDOTest::factory();
152152
if (count(($tmp = $stmt->fetchAll(PDO::FETCH_ASSOC))) != 0)
153153
printf("[026] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
154154

155-
prepex(27, $db, 'DROP TABLE IF EXISTS test_prepare_emulated');
156-
prepex(28, $db, 'CREATE TABLE test_prepare_emulated(id INT, label CHAR(255)) ENGINE=MyISAM');
155+
prepex(20, $db, 'DELETE FROM test_prepare_emulated');
157156
if (is_object(prepex(29, $db, 'CREATE FULLTEXT INDEX idx1 ON test_prepare_emulated(label)'))) {
158157
prepex(30, $db, 'INSERT INTO test_prepare_emulated(id, label) VALUES (1, :placeholder)',
159158
array(':placeholder' => 'MySQL is the best database in the world!'));

0 commit comments

Comments
 (0)