summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - MFH: Removed UG(unicode) checksFelipe Pena2009-03-301-3/+3
* - MFH: Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-15/+28
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH:Andrey Hristov2008-11-201-3/+3
* MFH:Andrey Hristov2008-11-191-3/+11
* MFH: Fix Windows build, pure C compilerAndrey Hristov2008-11-181-1/+2
* MFH:Andrey Hristov2008-11-181-0/+213
* MFH:Andrey Hristov2008-11-061-13/+13
* MFB:Andrey Hristov2008-10-311-3/+3
* MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement isJohannes Schlüter2008-10-271-21/+27
* MFH: Handle failed connections rightJohannes Schlüter2008-10-011-4/+6
* MFH:Andrey Hristov2008-09-151-2/+2
* MFH: constify stringsJohannes Schlüter2008-08-191-3/+3
* MFH: Fix empty error message when connecting to a bad serverJohannes Schlüter2008-08-191-3/+3
* Sync with bzrAndrey Hristov2008-07-151-1/+0
* Fix remaining valgrind problems with pconn and zval cacheAndrey Hristov2008-06-241-0/+1
* Fix double-free, introduced latelyAndrey Hristov2008-06-241-11/+7