summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_ps.c
Commit message (Expand)AuthorAgeFilesLines
* - Give possibility to overload mysqlnd_result_init().Andrey Hristov2010-05-141-4/+4
* OOM fixesAndrey Hristov2010-05-141-7/+10
* OOM stability fixesAndrey Hristov2010-05-041-12/+18
* Handle OOM stemming from mysqlnd_result_init in the sameAndrey Hristov2010-05-031-21/+58
* Remove unused parameterAndrey Hristov2010-05-031-3/+3
* Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-1/+1
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* CS + WS changesAndrey Hristov2010-04-151-9/+11
* Fix inconsistenciesAndrey Hristov2010-04-011-3/+3
* Fix a bug that a statement that is reset doesn't cleanAndrey Hristov2010-03-171-9/+11
* fix valgrind warning introduced with the latest patch. The memoryAndrey Hristov2010-03-171-1/+1
* 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
* Revert mysqlnd to RC3 state after issues with pconnectsJohannes Schlüter2009-06-251-5/+5
* MFH: C-commentsAndrey Hristov2009-06-161-2/+2
* MFH:Andrey Hristov2009-06-161-3/+3
* MFH:Fix for the failing mysql_stmt_execute() test. Data was cleaned afterAndrey Hristov2009-05-291-6/+6
* MFH:Fix a valgrind warning as well as more trace log informationAndrey Hristov2009-05-281-0/+1
* MFH:Fix a problem with cursors, which did not happen with unbuffered PS forAndrey Hristov2009-05-281-22/+40
* - MFH: Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-4/+27
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH:Andrey Hristov2008-11-201-2/+2
* MFH:Andrey Hristov2008-11-061-6/+6
* MFB:Andrey Hristov2008-10-311-6/+6
* MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement isJohannes Schlüter2008-10-271-7/+8
* MFH: Don't dereference NULL-pointerJohannes Schlüter2008-10-191-1/+2
* MFH:Andrey Hristov2008-09-121-1/+1
* MFH: 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
* MFB: Update CVS from the development treeAndrey Hristov2008-04-161-63/+197
* Small updates & a fix forAndrey Hristov2008-03-251-5/+1
* - Don't modify the variables which are passed for parameter binding.Andrey Hristov2008-03-201-0/+1
* Fix memory errors<Andrey Hristov2008-02-141-0/+2
* MFH: fix win32 buildRob Richards2008-01-291-1/+1
* some config.w32 fixesAndrey Hristov2008-01-281-2/+0