Re: mysql_info not very informative?

2003-08-14 Thread Paul DuBois
At 14:37 -0700 8/1/03, Ray Kiddy wrote: I am trying to insert data using the C API. Particulars: OS: Mac OS X 10.3 (7A179) MySQL: MySQL 4.1.0-alpha table type: tried both MyISAM and InnoDB I have a table: mysql> describe testtable; ++-+---+--+-+-+--

Re: mysql_info not very informative?

2003-08-03 Thread Ray Kiddy
What is annoying about this is that if you use mysqlimport to put this data into the table, I get: testdb.testtable: Records: 3 Deleted: 0 Skipped: 0 Warnings: 2 So, where are the warnings coming from? Is there some public API, below the C API layer, that one can use to obtain this inform

Re: mysql_info not very informative?

2003-08-02 Thread Adam Fortuno
Woah! 10.3! Some is using the developer preview of Panther! Actually, MySQL doesn't normally give overrun cut-off information (best I know). Use MySQL 4.0.x on 10.2.6, and MySQL has always performed that way. Regards, A$ On Friday, August 1, 2003, at 05:37 PM, Ray Kiddy wrote: I am trying to

mysql_info not very informative?

2003-08-01 Thread Ray Kiddy
I am trying to insert data using the C API. Particulars: OS: Mac OS X 10.3 (7A179) MySQL: MySQL 4.1.0-alpha table type: tried both MyISAM and InnoDB I have a table: mysql> describe testtable; ++-+---+--+-+-+---+ | Field | Type| Collation