summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_priv.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* use the method in all builds. Thus it can be used for detectionAndrey Hristov2011-11-221-7/+0
* Now really split the method tables and have differentAndrey Hristov2011-10-311-0/+1
* Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-3/+3
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-2/+2
* move plugin specific stuff to one file. create object factoryAndrey Hristov2011-10-241-5/+1
* shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-3/+9
* Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-1/+27
* fix macrosAndrey Hristov2011-05-311-10/+10
* small cleanupsAndrey Hristov2011-01-241-2/+2
* Handle MySQL 5.5 authentication features.Andrey Hristov2011-01-241-6/+18
* Update on the mysqlnd auth plugins, changed the pluginAndrey Hristov2011-01-141-0/+30
* grok the MySQL 5.5 extended handshake.Andrey Hristov2011-01-121-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* extending the API interface - plugins can registerAndrey Hristov2010-12-281-0/+8
* - More features for the profiling, create aggregates and dump themAndrey Hristov2010-10-291-1/+10
* Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-3/+9
* Handle OOM cases, in case of persistent connections this is realAndrey Hristov2010-04-291-0/+4
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* CS + WS changesAndrey Hristov2010-04-151-4/+4
* Fix inconsistenciesAndrey Hristov2010-04-011-3/+3
* export more functionality for phpize buildsAndrey Hristov2010-01-131-3/+3
* move MYSQLND_NET code to a separate file.Andrey Hristov2009-12-161-3/+0
* Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-2/+1
* Move definitionAndrey Hristov2009-10-221-8/+0
* Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory alloca...Ulf Wendel2009-09-161-3/+5
* - Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-4/+4
* 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-2/+2
* 64bit fixes:Andrey Hristov2008-10-311-1/+1
* constify stringsJohannes Schlüter2008-08-191-2/+3
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-17/+0
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-3/+3
* new 6.0 flagAndrey Hristov2008-02-111-1/+1
* MFB:Andrey Hristov2008-01-281-3/+0
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-0/+10
* Merge with internal versionAndrey Hristov2008-01-231-2/+2
* strncpy->strlcpyAndrey Hristov2008-01-081-1/+1
* - Fix problems with double definitionsAndrey Hristov2008-01-021-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Sync mysqlnd with HEAD. Same sources as in 5_3Andrey Hristov2007-10-161-0/+10
* Update mysqlnd in HEADAndrey Hristov2007-10-021-5/+2
* Fix crashes with pconn in ext/mysqlAndrey Hristov2007-08-061-4/+4
* Update CVSAndrey Hristov2007-08-031-2/+2
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+194