summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* rename parameter, should not conflict with global symbol - Andrey Hristov2010-10-051-1/+1
* fixing more typesAndrey Hristov2010-10-051-1/+1
* add another hook, maybe the last one, for MYSQLND_STMT, whichAndrey Hristov2010-09-281-0/+3
* fix build on windows, seems this macro is not definedAndrey Hristov2010-09-011-7/+1
* OPT_COMPRESS support for mysqlnd_conn::set_client_optionAndrey Hristov2010-09-011-1/+9
* Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-1/+1
* Lay foundations for named pipe support in mysqlndAndrey Hristov2010-08-091-1/+1
* make ssl_set return value in mysqlnd compatible with libmysqli return valueDavid Soria Parra2010-08-061-1/+1
* Two functions, which should be methods so one can catchAndrey Hristov2010-06-241-0/+5
* missed this one in the last commit, the real typeAndrey Hristov2010-06-181-1/+1
* Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-311-2/+2
* Fix deallocation which can crash if the object is half-baken.Andrey Hristov2010-05-271-0/+1
* Init should return status value because initialization can fail.Andrey Hristov2010-05-251-1/+1
* Allow overloading of mysqlnd_result_meta_init().Andrey Hristov2010-05-141-0/+22
* - Give possibility to overload mysqlnd_result_init().Andrey Hristov2010-05-141-0/+3
* Remove unused parameterAndrey Hristov2010-05-031-1/+1
* Handle OOM when resizing blocks during data fetchAndrey Hristov2010-05-031-1/+1
* const-ify fieldsAndrey Hristov2010-04-281-6/+6
* Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-3/+0
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* CS + WS changesAndrey Hristov2010-04-151-21/+20
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-7/+28
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-2/+10
* allow persistency of PSAndrey Hristov2010-03-121-9/+15
* add typedefs for all structure methods, and then reuse these typedefsAndrey Hristov2010-02-151-165/+338
* make send_close a hook, tooAndrey Hristov2010-02-091-0/+1
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-38/+37
* cosmetics. typedef-ed types should be in capital caseAndrey Hristov2010-01-111-28/+26
* Rework the statistics macros to be reusable by external entities.Andrey Hristov2010-01-111-1/+2
* missed to commit to the branchAndrey Hristov2010-01-111-3/+3
* improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-4/+10
* add restart_psession and end_psession hooksAndrey Hristov2010-01-081-0/+3
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-0/+38
* move network creation to the init hookAndrey Hristov2009-12-281-0/+1
* Unify. The typedef-ed structs in mysqlnd are always capitalized.Andrey Hristov2009-12-231-7/+7
* Move this function to MYSQLND_NET as it works on theAndrey Hristov2009-12-211-0/+1
* Move compression and decompression code to separate functionsAndrey Hristov2009-12-211-0/+2
* refactoring : move more network related functions toAndrey Hristov2009-12-171-2/+4
* Move code out of mysqlnd_conn::connect to mysqlnd_net::connect.Andrey Hristov2009-12-151-0/+1
* refactor: move code that belongs to MYSQLND_NET out of MYSQLNDAndrey Hristov2009-12-151-26/+41
* Make MYSQLND_NET dynamically allocated structure with allocatorAndrey Hristov2009-12-111-3/+3
* Move two functions which are used in the extension as methods ofAndrey Hristov2009-12-111-2/+3
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-091-7/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-10/+1
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-44/+0
* fix debug windows build as well as remove a compilation warningAndrey Hristov2009-11-261-1/+1
* Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-15/+50
* Have the lengths also to skip many calls to strlenAndrey Hristov2009-10-221-1/+7
* Making mysqlnd emit no warnings when fetching pooled persistent connections t...Ulf Wendel2009-10-151-1/+1