summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a bug in mysql_affected_rows and mysql_stmt_affected_rowsGeorg Richter2005-01-281-0/+6
* fix for bug #31710 (return value for mysql_rollback is reverted)Georg Richter2005-01-271-8/+12
* MFB: fix segfault when invalid field offset is passed to mysqli_fetch_field_d...Antony Dovgal2005-01-271-0/+5
* Added new classes:Georg Richter2005-01-071-40/+6
* fixed testcase 047Georg Richter2004-12-271-1/+2
* Fix for feature request #31015: added length for field lengthGeorg Richter2004-12-271-2/+6
* prevent type conversion during mysql_stmt_execute for NULL variablesGeorg Richter2004-12-201-18/+18
* Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058)Georg Richter2004-11-011-10/+10
* forgot to remove comment in last commitGeorg Richter2004-09-041-1/+0
* changed local_infile_handler:Georg Richter2004-08-251-30/+21
* minor fix in mysqli_prepare: copying stmt errormessag to mysql structureGeorg Richter2004-08-121-0/+6
* This should fix binary safety for bound results or may coogle strike me down.Sara Golemon2004-07-221-1/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-2/+2
* fixed paraenthesis warning in mysql_stmt_attr_set/getGeorg Richter2004-07-171-2/+2
* prototype fixesGeorg Richter2004-07-131-3/+3
* changed mysqli_stmt_reset (returns now bool instead of void)Georg Richter2004-07-131-4/+5
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-071-44/+77
* fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init)Georg Richter2004-06-081-3/+3
* removed conditional defines for load_data_infile_handlers on windowsGeorg Richter2004-06-061-2/+0
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-051-182/+264
* fixed problems in mysql_stmt_init (missing alloc from stmt)Georg Richter2004-03-181-0/+3
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-161-1/+22
* added new function mysql_stmt_free_resultGeorg Richter2004-03-101-0/+21
* fixed memleaks in bind functionsGeorg Richter2004-03-091-60/+151
* prototype fix for mysqli_pingGeorg Richter2004-02-261-2/+5
* added MySQLI ini entriesGeorg Richter2004-02-261-1/+1
* removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)Georg Richter2004-02-261-3/+0
* fixed report messageGeorg Richter2004-02-231-2/+4
* Moved functions for replication support in to file mysqli_repl.cGeorg Richter2004-02-201-182/+0
* changed return value of mysql_fetchGeorg Richter2004-02-181-1/+1
* fixed several binding problemsGeorg Richter2004-02-151-1/+12
* removed printfs :)Georg Richter2004-02-111-2/+0
* changed first parameter in mysqli_bind_param from array to stringGeorg Richter2004-02-111-19/+15
* Corrected binding:Georg Richter2004-01-311-1/+1
* removed experimental statusGeorg Richter2004-01-281-3/+11
* changed prototype mysql_dataseek from void to boolGeorg Richter2004-01-271-3/+7
* prototype fixesGeorg Richter2004-01-271-2/+2
* fixed compiler warning (thx to Marcus Boerger)Georg Richter2004-01-261-1/+1
* proto fixesGeorg Richter2004-01-261-24/+8
* more prototype fixes.Georg Richter2004-01-261-7/+5
* prototype fix for mysqli_fetchGeorg Richter2004-01-251-4/+14
* prototype fixesGeorg Richter2004-01-241-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* fixed memleak and segfault when constructor call failedGeorg Richter2003-12-311-6/+10
* fixed a bug in mysqli_num_rows (added support for longlong values)Georg Richter2003-12-301-4/+3
* fixed prototype for mysqli_bind_resultGeorg Richter2003-12-281-1/+1
* added propertiesGeorg Richter2003-12-161-0/+4
* minor fixes for embeddedGeorg Richter2003-12-131-7/+2
* ZTS fixesMarcus Boerger2003-12-131-3/+3
* removed profilerGeorg Richter2003-12-131-251/+118