~mysql/myconnpy/1.0

Viewing all changes in revision 384.

  • Committer: Geert Vanderkelen
  • Date: 2013-03-25 07:05:58 UTC
  • Revision ID: geert.vanderkelen@oracle.com-20130325070558-k8g8x0bqoozc7fb1
BUG#16369511: Added support for LOAD DATA LOCAL INFILE

It was not possible to execute LOAD DATA LOCAL INFILE
statement. This has now been corrected so Connector/Python
correctly uploads the file to the MySQL server and
populates the table using the CSV data.

For LOAD DATA LOCAL INFILE statements to work, the MySQL
server has to have local_infile turned ON and the
client flag ClientFlag.LOCAL_FILES has to be when setting
up the connection.

Added test case for BUG#16369511.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: