Skip to content

Commit a4ce140

Browse files
1 parent 334d883 commit a4ce140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo_mysql/tests/pdo_mysql_exec_select.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ MySQLPDOTest::skip();
3737
/* affected rows related */
3838
try {
3939

40-
exec_and_count(2, $db, 'DROP TABLE IF EXISTS test_mysql_exec_select', 0);
4140
exec_and_count(3, $db, sprintf('CREATE TABLE test_mysql_exec_select(id INT NOT NULL PRIMARY KEY, col1 CHAR(10)) ENGINE=%s', PDO_MYSQL_TEST_ENGINE), 0);
4241
exec_and_count(4, $db, "INSERT INTO test_mysql_exec_select(id, col1) VALUES (1, 'a')", 1);
4342
// question is: will the result set be cleaned up, will it be possible to run more queries on the line?

0 commit comments

Comments
 (0)