summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* changed return value from long to boolean for mysql_executeGeorg Richter2003-10-301-2/+5
* added support for embedded MySQL ServerGeorg Richter2003-10-291-4/+39
* mysql_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-251-3/+3
* proto fixHartmut Holzgraefe2003-09-161-1/+1
* Modify mysqli_fetch_object() to be able to instantiate a selected class andMarcus Boerger2003-09-061-1/+1
* Revert commit by accident, sorryMarcus Boerger2003-08-311-2/+2
* Revisited: Replace the non portable code by spprintfMarcus Boerger2003-08-311-2/+2
* format string fixesAndrey Hristov2003-08-281-1/+1
* Fix parameter specMarcus Boerger2003-08-211-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-5/+5
* ws fixfoobar2003-07-281-13/+13
* added new functions:Georg Richter2003-07-181-11/+13
* added new function mysqli_stmt_data_seekGeorg Richter2003-07-151-2/+23
* added support for rebindGeorg Richter2003-07-151-92/+77
* added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_resultGeorg Richter2003-06-281-61/+49
* added new function mysqli_stmt_num_rowsGeorg Richter2003-06-221-0/+19
* fixed prototypesGeorg Richter2003-06-221-65/+65
* new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstateGeorg Richter2003-06-211-0/+37
* updating license information in the headers.James Cox2003-06-101-3/+3
* - No c++ comments in c code..foobar2003-06-021-2/+3
* - fix one warningMarcus Boerger2003-05-311-2/+2
* additional check for unsecure connect optionsGeorg Richter2003-05-311-0/+6
* Added a few extra proto descriptions and made some minor corrections and comm...Zak Greant2003-05-041-31/+25
* accept possible leaks for now to make SELECTS with both bound parametersHartmut Holzgraefe2003-04-111-0/+9
* proto fixHartmut Holzgraefe2003-04-111-1/+1
* parameter count for bind stuff is different in OO interfaceHartmut Holzgraefe2003-04-111-5/+15
* fixed mysqli_prepare_resultGeorg Richter2003-04-031-5/+9
* more proto fixesHartmut Holzgraefe2003-03-171-6/+6
* lots of proto stuffHartmut Holzgraefe2003-03-151-47/+53
* profiler:Georg Richter2003-03-111-3/+6
* various changes for profilerGeorg Richter2003-03-081-275/+449
* removed some commentsGeorg Richter2003-02-221-7/+2
* Fixed bug with stmt_close (libmysql bk version 1.1477 required)Georg Richter2003-02-221-13/+11
* added new function mysqli_stmt_store_resultGeorg Richter2003-02-181-0/+19
* Fixed compiler warning.Ilia Alshanetsky2003-02-181-1/+2
* fixed some leaks when mysql_close will be called before all stmts are freed.Georg Richter2003-02-181-1/+10
* Reverted lld -> lld patch and added explanation as to why it should not beIlia Alshanetsky2003-02-161-1/+5
* Moved longlong conversion to a macro.Ilia Alshanetsky2003-02-161-24/+7
* added new function mysqli_stmt_affected_rowsGeorg Richter2003-02-161-19/+46
* Fixed compile warnings.Ilia Alshanetsky2003-02-141-5/+8
* CS fixes.Ilia Alshanetsky2003-02-141-12/+17
* fixed a bug in mysqli_fetchGeorg Richter2003-02-141-33/+33
* Missing portion of the previous patch.Ilia Alshanetsky2003-02-141-97/+86
* bind_result fixGeorg Richter2003-02-141-4/+5
* Use my_ulonglong instead of unsigned long long to make msvc++ happy.Edin Kadribasic2003-02-131-3/+3
* added new function int mysql_get_server_versionGeorg Richter2003-02-131-0/+17
* removed function mysql_num_warnings (libmysql change).Georg Richter2003-02-121-16/+0
* initial uploadGeorg Richter2003-02-121-0/+1678