summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-051-3/+2
* - Year++Felipe Pena2012-01-011-1/+1
* - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-021-6/+5
* - fix bug #55870, PDO ignores all SSL parameters when used with mysql native ...Pierre Joye2011-10-081-2/+2
* - Fix foldingJohannes Schlüter2011-09-191-4/+6
* Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILEAndrey Hristov2011-09-021-14/+16
* Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)Rob Richards2011-04-151-0/+29
* MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)Kalle Sommer Nielsen2011-01-171-0/+7
* - Year++Felipe Pena2011-01-011-1/+1
* Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-1/+1
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-1/+1
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix pdo build, forgot to remove the zval caching from pdo-mysqlAndrey Hristov2009-12-101-1/+1
* mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlndUlf Wendel2009-09-221-3/+3
* fix build broken by the fix for bug #49306Antony Dovgal2009-08-211-5/+6
* Fixed bug #49306 (inside pdo_mysql default socket settings are ignored).Ilia Alshanetsky2009-08-201-6/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL).Ilia Alshanetsky2008-12-301-2/+2
* MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)Johannes Schlüter2008-10-271-0/+8
* MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC]Johannes Schlüter2008-10-141-0/+9
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-71/+246
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-211-7/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedirStanislav Malyshev2007-06-181-1/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39759 (Can't use stored procedures fetching multiple resultIlia Alshanetsky2006-12-081-1/+1
* Default to buffered queries (much faster)Ilia Alshanetsky2006-12-031-13/+3
* MFH: fix #38996 (PDO_MYSQL doesn't check connections for liveness)Antony Dovgal2006-10-021-1/+29
* Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.Wez Furlong2006-04-091-5/+32
* - Fixed fetching of string value bigger than 128bytes when no optionsPierre Joye2006-03-231-1/+2
* Allow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructorIlia Alshanetsky2006-03-171-2/+12
* MFH:Ilia Alshanetsky2006-03-051-1/+8
* Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).Ilia Alshanetsky2006-02-141-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* Make MySQL driver use ANSI complaint quoting style.Ilia Alshanetsky2005-12-251-1/+1
* MFH: fix #35391 (pdo_mysql::exec does not return number of affected rows)Antony Dovgal2005-11-251-1/+1
* Close PECL Bug #5780Wez Furlong2005-10-291-1/+10
* MFH: add MySQL options and corresponding constantsAntony Dovgal2005-10-271-0/+38
* use the right constant name in error messagesAntony Dovgal2005-10-051-1/+1
* MFH: Fix error detection for queries such as OPTIMIZEIlia Alshanetsky2005-09-141-2/+7
* MFH, fix 34072George Schlossnagle2005-08-311-8/+16
* Proper handling for databases that need to pre-calculate length of largeIlia Alshanetsky2005-07-201-0/+2
* keep this as a placeholder for debugging weird regressionsWez Furlong2005-07-141-0/+1
* ok, call pdo_mysql_error() before returning -1Andrey Hristov2005-07-121-3/+2
* strictly check the result of mysql_affected_rows()Andrey Hristov2005-07-121-1/+2
* A bit of further tuning.Ilia Alshanetsky2005-07-111-3/+3