summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
Commit message (Expand)AuthorAgeFilesLines
* allow persistency of PSAndrey Hristov2010-03-121-3/+3
* Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, ...Adam Harvey2010-03-091-3/+4
* Fix the text. Correct english and a bit shorter.Andrey Hristov2010-02-241-4/+4
* add better description to the problemAndrey Hristov2010-02-241-1/+5
* make send_close a hook, tooAndrey Hristov2010-02-091-7/+6
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-23/+18
* more PHPAPI for phpize-d buildsAndrey Hristov2010-01-131-8/+8
* cosmetics. typedef-ed types should be in capital caseAndrey Hristov2010-01-111-11/+11
* and another change to make the stats API re-usableAndrey Hristov2010-01-111-1/+1
* Rework the statistics macros to be reusable by external entities.Andrey Hristov2010-01-111-2/+2
* improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-17/+22
* add restart_psession and end_psession hooksAndrey Hristov2010-01-081-10/+29
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-88/+85
* move network creation to the init hookAndrey Hristov2009-12-281-5/+20
* Fix double calls to free_contents if the connection cannot beAndrey Hristov2009-12-221-2/+3
* move state setting to the right place, in mysqlnd_init, no moreAndrey Hristov2009-12-221-2/+2
* remove duplicated codeAndrey Hristov2009-12-151-8/+2
* Move code out of mysqlnd_conn::connect to mysqlnd_net::connect.Andrey Hristov2009-12-151-76/+5
* export this functionAndrey Hristov2009-12-151-1/+1
* refactor: move code that belongs to MYSQLND_NET out of MYSQLNDAndrey Hristov2009-12-151-49/+21
* Make MYSQLND_NET dynamically allocated structure with allocatorAndrey Hristov2009-12-111-48/+37
* remove stale commentAndrey Hristov2009-12-111-1/+0
* Move two functions which are used in the extension as methods ofAndrey Hristov2009-12-111-30/+30
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-091-5/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-16/+5
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-98/+0
* I svn-commit.2.tmp (Modified) ...Andrey Hristov2009-12-031-3/+1
* - disable this debug code until it is actually fixedPierre Joye2009-12-031-0/+2
* fix segfault introduced by Pierre in a recent commitAndrey Hristov2009-12-031-1/+1
* - void is NaN, you can't do math ops on void. Declarations go first. Fix TS b...Pierre Joye2009-11-301-1/+1
* 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-57/+149
* Don't forget to update the length tooAndrey Hristov2009-10-221-0/+1
* Have the lengths also to skip many calls to strlenAndrey Hristov2009-10-221-1/+18
* Count number of affected_rows for normal and PS queriesAndrey Hristov2009-10-221-0/+4
* Fixing host info for TCP/IP and aligning mysqlnd and libmysqlUlf Wendel2009-10-191-3/+4
* Extending mysqlnd statistics/monitoring. Now counting COM_* commands.Ulf Wendel2009-10-161-0/+2
* Making mysqlnd emit no warnings when fetching pooled persistent connections t...Ulf Wendel2009-10-151-4/+5
* Fixing problems when calling connect (again and again) on a valid connection ...Ulf Wendel2009-10-151-2/+14
* Avoid buffer resizing and let the initial buffer allocation happen a couple o...Ulf Wendel2009-10-081-2/+0
* Fixing pconnect statistics.Ulf Wendel2009-10-081-3/+2
* Increase the minimal size of the command buffer, which is usedAndrey Hristov2009-10-071-0/+3
* revert the last changeAndrey Hristov2009-10-061-4/+0
* count the queriesAndrey Hristov2009-10-061-0/+4
* Use mnd_ wrappers wherever possible. Needed forAndrey Hristov2009-09-301-2/+7
* Fix possible crash when conn is NULLAndrey Hristov2009-09-251-1/+1
* Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql...Ulf Wendel2009-09-161-0/+4
* Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd)Andrey Hristov2009-08-271-51/+83
* Merge with the branch, someone made changes in PHP5_3 and did not merge.Andrey Hristov2009-06-081-2/+2
* - Removed:Felipe Pena2009-03-271-4/+4