summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_result.c
Commit message (Expand)AuthorAgeFilesLines
* - Give possibility to overload mysqlnd_result_init().Andrey Hristov2010-05-141-3/+3
* - initialize some variablesAndrey Hristov2010-05-131-34/+49
* OOM stability fixesAndrey Hristov2010-05-041-1/+8
* Handle OOM in mysqlnd_res::store_result_fetch_dataAndrey Hristov2010-05-031-3/+31
* Handle OOM in mysqlnd_fetch_row_buffered_c()Andrey Hristov2010-05-031-10/+13
* Handle OOM in mysqlnd_fetch_row_unbuffered_c()Andrey Hristov2010-05-031-18/+21
* Handle OOM stemming from mysqlnd_result_init in the sameAndrey Hristov2010-05-031-8/+15
* Handle gracefully OOM in mysqlnd_mempool_create and up the stackAndrey Hristov2010-05-031-14/+28
* Remove unused parameterAndrey Hristov2010-05-031-2/+2
* Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-2/+2
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* Fix some int/uint comparison warningsAndrey Hristov2010-04-151-2/+2
* more WSAndrey Hristov2010-04-151-17/+17
* CS + WS changesAndrey Hristov2010-04-151-53/+51
* Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sockAndrey Hristov2010-03-261-1/+1
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-1/+2
* allow persistency of PSAndrey Hristov2010-03-121-9/+10
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-20/+14
* export more functionality for phpize buildsAndrey Hristov2010-01-131-1/+2
* 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-15/+15
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-30/+30
* Add plugin storage for MYSQLND_STMT tooAndrey Hristov2009-12-101-1/+1
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-091-4/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-30/+53
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-507/+0
* - void is NaN, you can't do math ops on void. Declarations go first. Fix TS b...Pierre Joye2009-11-301-1/+1
* Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-36/+96
* Fix: log slow queries in stats regardless of mysqlnd.log_mask setting.Ulf Wendel2009-10-231-1/+1
* Use mnd_ wrappers wherever possible. Needed forAndrey Hristov2009-09-301-13/+13
* Fix trace output. DBG_RETURN should be used in tracedAndrey Hristov2009-09-301-2/+2
* Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd.Ulf Wendel2009-09-301-15/+4
* Fix for bug#48745Andrey Hristov2009-08-281-74/+13
* Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading'David Soria Parra2009-06-231-1/+1
* Memory usage optimisation. mysqlnd is not libmysql. mysqlnd does use theAndrey Hristov2009-06-161-8/+71
* Hardwire function call instead of using callbacks. We don't actually needAndrey Hristov2009-06-161-2/+2
* Fix a valgrind warning as well as more trace log informationAndrey Hristov2009-05-281-1/+6
* Fix a problem with cursors, which did not happen with unbuffered PS forAndrey Hristov2009-05-281-0/+5
* Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimisedAndrey Hristov2009-05-281-0/+20
* - Removed:Felipe Pena2009-03-271-42/+33
* Fix the build, because the macro's name has changedAndrey Hristov2009-03-171-4/+5
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Get rid of many defines (which simplifies the code a lot),Andrey Hristov2008-11-061-5/+5
* 64bit fixes:Andrey Hristov2008-10-311-8/+8
* Fix overusage of memory when the result set is empty. Then no memory will beAndrey Hristov2008-10-271-17/+26
* MFBAndrey Hristov2008-05-291-2/+1
* Update mysqlnd - new ini variableAndrey Hristov2008-05-071-5/+9
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-15/+30
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-10/+28
* - Don't modify the variables which are passed for parameter binding.Andrey Hristov2008-03-201-2/+1