summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_result.c
Commit message (Expand)AuthorAgeFilesLines
* less trace infoAndrey Hristov2011-03-181-25/+1
* fix invalid memory read. Thank you, valgrindAndrey Hristov2011-02-211-1/+1
* fixed a problem in mysqlnd. 0 was always as num_rows returned forAndrey Hristov2011-02-161-1/+1
* Proper fix forAndrey Hristov2011-01-071-0/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fix sprintf modifier to be right, wrong data reported in the logAndrey Hristov2010-12-161-2/+2
* fix some uninitialized variables. also fix shadowing of global symbolsAndrey Hristov2010-10-071-6/+6
* more variable hiding fixesAndrey Hristov2010-10-061-20/+20
* two more compiler warnings fixed - size does matterAndrey Hristov2010-10-051-3/+3
* Rename a method so it doesn't clash with a global symbol - a functionAndrey Hristov2010-10-051-3/+3
* Fix compiler warnings - on 32bit size_t is smaller than uint64_t, althoughAndrey Hristov2010-10-051-5/+25
* fix two more warningsAndrey Hristov2010-10-041-1/+1
* WS fixesAndrey Hristov2010-09-231-5/+4
* Fix for Bug #52613 crash in mysqlndAndrey Hristov2010-08-171-13/+25
* Make this function static, as it is used only in this file.Andrey Hristov2010-08-121-2/+8
* Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-2/+2
* ws + csAndrey Hristov2010-08-121-11/+8
* Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULTAndrey Hristov2010-08-091-11/+8
* Give an error when USE_RESULT is used with fetch_allAndrey Hristov2010-07-131-0/+4
* Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-12/+12
* Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty arrayAndrey Hristov2010-06-181-5/+6
* Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-311-111/+152
* Fix possible crashes, in case of OOM, due to half-bakenAndrey Hristov2010-05-271-0/+4
* Handle the situation when MYSQLND_PROTOCOL's methods return NULL.Andrey Hristov2010-05-251-0/+5
* Handle OOM in the code that generates PS Execute requestsAndrey Hristov2010-05-251-0/+1
* Check set->data for validity before using it.Andrey Hristov2010-05-211-19/+22
* Allow overloading of mysqlnd_result_meta_init().Andrey Hristov2010-05-141-2/+3
* - 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