Arnis Shinka Jr writes:
>
> So is there a place where MySQL stores all warning messages which occured
> during LOAD DATA ?
>
> -Arnis
No , there is not.
There is an item on our TODO for 4.* to optionally produce a table
with description of warnings. It is however not very high on TODO
li
So is there a place where MySQL stores all warning messages which occured
during LOAD DATA ?
-Arnis
>
> Hi
>
> This is not a response to Malcolm, but rather a query.. if the CSV file
> to be imported into a MySQL table using LOAD DATA command had ASCII
> char(13) and/or ASCII char(10) in it, wo
Hi
This is not a response to Malcolm, but rather a query.. if the CSV file
to be imported into a MySQL table using LOAD DATA command had ASCII
char(13) and/or ASCII char(10) in it, would this interfere with the
usual behavior of LOAD DATA?
If so, is there a workaround for this problem? (In Oracl