MSQLB2 Problem running mysqlimport with TIMESTAMP column type

MSQLB2 Problem running mysqlimport with TIMESTAMP column type

am 26.09.2002 23:56:18 von Michael Widenius

Hi!

>>>>> "taa" == taa writes:

taa> Wed 09-25-02 08:23 pm
taa> Poster: Todd Andrews / taa@pobox.com

taa> Monte and Peter -- thanks for looking into this and for your
taa> replies. I'm glad to read that there will be a warning system in
taa> a future release. I think this means more detailed logging on
taa> warnings generated? This would be very helpful.

Yes. In MySQL 4.1 you will have two now api functions:

mysql_warning_count() - Number of warnings from last command.
mysql_warnings() - Returns a result sets of for the
warnings from the last command.

You can also get he warnings from the SQL prompt with:

SELECT @@warning_count;
SHOW WARNINGS [LIMIT #,#];

Regards,
Monty

--
For technical support contracts, goto https://order.mysql.com/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Michael Widenius
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, CTO
/_/ /_/\_, /___/\___\_\___/ Helsinki, Finland
<___/ www.mysql.com




------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread12613@lists.mysql.com
To unsubscribe, e-mail