Skip to content

Commit

Permalink
Drop pdo_mysql_prepare_load_data.phpt
Browse files Browse the repository at this point in the history
Like the test title and some comments in this test describe, this test
was supposed to have `::prepare()` failing because `LOAD DATA INFILE`
would not be supported as prepared statement, and then the test checks
whether follow-up queries would succeed.  However, `LOAD DATA INFILE`
is supported for prepared statements at least on Windows with mysqlnd,
so the test does no longer test what it is supposed to do.  Therefore,
we drop it.

Closes GH-6509.
  • Loading branch information
cmb69 committed Dec 14, 2020
1 parent a221e17 commit 10c9d61
Showing 1 changed file with 0 additions and 129 deletions.
129 changes: 0 additions & 129 deletions ext/pdo_mysql/tests/pdo_mysql_prepare_load_data.phpt

This file was deleted.

0 comments on commit 10c9d61

Please sign in to comment.