summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_ps.c
Commit message (Expand)AuthorAgeFilesLines
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-98/+160
* allow persistency of PSAndrey Hristov2010-03-121-74/+68
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-22/+16
* cosmetics. typedef-ed types should be in capital caseAndrey Hristov2010-01-111-5/+5
* improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-10/+10
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-24/+24
* Move this function to MYSQLND_NET as it works on theAndrey Hristov2009-12-211-1/+1
* Move two functions which are used in the extension as methods ofAndrey Hristov2009-12-111-19/+12
* Add plugin storage for MYSQLND_STMT tooAndrey Hristov2009-12-101-1/+15
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-12/+3
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-75/+0
* fix debug windows build as well as remove a compilation warningAndrey Hristov2009-11-261-0/+1
* Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-16/+26
* Count number of affected_rows for normal and PS queriesAndrey Hristov2009-10-221-1/+6
* Fix ZTS buildAndrey Hristov2009-09-301-10/+10
* Use mnd_ wrappers wherever possible. Needed forAndrey Hristov2009-09-301-5/+5
* Fix for bug#48745Andrey Hristov2009-08-281-5/+5
* C-comments should be usedAndrey Hristov2009-06-161-2/+2
* Hardwire function call instead of using callbacks. We don't actually needAndrey Hristov2009-06-161-3/+3
* Fix for the failing mysql_stmt_execute() test. Data was cleaned afterAndrey Hristov2009-05-291-6/+6
* Fix a valgrind warning as well as more trace log informationAndrey Hristov2009-05-281-0/+1
* Fix a problem with cursors, which did not happen with unbuffered PS forAndrey Hristov2009-05-281-22/+40
* - Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-4/+27
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* mysqlnd fixes for Windows :Andrey Hristov2008-11-201-2/+2
* More cleanup of config-win.h and missed merge, which actually occured in 5_3Andrey Hristov2008-11-061-6/+6
* 64bit fixes:Andrey Hristov2008-10-311-6/+6
* Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement isJohannes Schlüter2008-10-271-7/+8
* Don't dereference NULL-pointerJohannes Schlüter2008-10-191-1/+2
* - More statisticsAndrey Hristov2008-09-121-1/+1
* Fixed bug#44897 - failed to prepare statementAndrey Hristov2008-07-231-11/+14
* Sync with bzrAndrey Hristov2008-07-151-1/+1
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-108/+303
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-63/+197
* MFB : Fix for Bug #43832 mysqi_get_charset() doesn't expose charset commentAndrey Hristov2008-03-251-3/+1
* - Don't modify the variables which are passed for parameter binding.Andrey Hristov2008-03-201-6/+5
* Fix memory errorsAndrey Hristov2008-02-141-0/+2
* fix win32 buildRob Richards2008-01-291-1/+1
* MFB:Andrey Hristov2008-01-281-2/+0
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-37/+142
* Merge with internal versionAndrey Hristov2008-01-231-29/+36
* - Fix problems with double definitionsAndrey Hristov2008-01-021-4/+4
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* fix typosAntony Dovgal2007-10-071-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* Update mysqlnd in HEADAndrey Hristov2007-10-021-122/+279
* Update CVSAndrey Hristov2007-08-031-0/+2
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+1581