mariadb/sql-common
konstantin@mysql.com 420c956d27 Intermediate commit of client library (cleanups + fixes of 3 items from
flaws list)
TODO: 
 * verify that no sequence of API calls produces SIGSEGV.
 That is, verify that mysql_stmt_init  -> mysql_stmt_fetch is OK,
 or mysql_stmt_prepare -> mysql_stmt_fetch_column is OK and sets
 meaningful error.
 * remove alloc_stmt_fields call
 * revise stmt->state codes and statement states.
 * there are other items in prepared statements 'to fix' document.

Done:
 - cleanups and comments
 - revision of prepared statement error codes.
 - mysql_stmt_prepare is now can always be called (that is, you can reprepare
   a statement)
 - new implementation of mysql_stmt_close and fetch cancellation
2004-03-16 01:04:04 +03:00
..
client.c Intermediate commit of client library (cleanups + fixes of 3 items from 2004-03-16 01:04:04 +03:00
Makefile.am - added sql-common subdirectory and sql_common.h to source distribution 2003-06-18 23:13:29 +02:00
pack.c Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00