I use a PDO-MYSQL and executing a query like 'LOAD DATA INFILE ...'.
If I execute this query with mysql_query() I can use mysql_info() to
get info like
"String format: Records: 42 Deleted: 0 Skipped: 5 Warnings: 0."
How can I get this string using PDO-MYSQL get skipped count?
