summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+6
* Fixed bug #49306 (inside pdo_mysql default socket settings are ignored).Ilia Alshanetsky2009-08-201-6/+4
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* 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
* Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)Johannes Schlüter2008-10-271-0/+8
* Add PDO::MYSQL_ATTR_COMPRESS connection flagJohannes Schlüter2008-10-141-0/+9
* - Nuketh C++ comments from C files.Jani Taskinen2008-08-031-1/+1
* - Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-85/+281
* MFB :Andrey Hristov2008-07-211-7/+0
* 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-0/+4
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* - build fix the other driver as well (a macro would be nicer)Pierre Joye2006-12-101-0/+5
* MFB:Ilia Alshanetsky2006-12-031-2/+2
* fix #38996 (PDO_MYSQL doesn't check connections for liveness)Antony Dovgal2006-10-021-1/+29
* . MFB: Fixed fetching of string value bigger than 128bytes when no optionsPierre Joye2006-03-231-1/+2
* MFB51:Ilia Alshanetsky2006-03-171-2/+12
* Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show beIlia Alshanetsky2006-03-051-1/+8
* MFB51: 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
* MFB51: Make MySQL driver use ANSI complaint quoting style.Ilia Alshanetsky2005-12-251-1/+1
* fix #35391 (pdo_mysql::exec does not return number of affected rows)Antony Dovgal2005-11-251-1/+1
* add MySQL options and corresponding constantsAntony Dovgal2005-10-271-0/+38
* Fix error detection for queries such as OPTIMIZEIlia Alshanetsky2005-09-141-2/+7
* merge other PDO fixes from 5.1 branch.Wez Furlong2005-09-111-1/+1
* Set port even if host is localhost.George Schlossnagle2005-08-311-5/+6
* this is the number of params, not the top index (otherwise unix_socket doesnt...George Schlossnagle2005-08-301-1/+1
* zts fixesWez Furlong2005-08-121-1/+1
* Probable fix for #34054.Wez Furlong2005-08-101-2/+9
* 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
* - mysql_affected_rows() already returns an unsigned longAndrey Hristov2005-07-111-8/+9
* Fix #33618Wez Furlong2005-07-081-3/+2
* Fixed memory leakIlia Alshanetsky2005-07-071-0/+3
* Enable native mysql 4.1.x prepared statement supportWez Furlong2005-07-031-5/+77
* Experimental support for queries returning multiple rowsets under mysql 5.0.Wez Furlong2005-07-021-2/+10
* Remove "custom" PDDRV sqlstate.Ilia Alshanetsky2005-06-271-1/+0
* Fixed bogus query failure claim, on some queries such as OPTIMIZE table.Ilia Alshanetsky2005-06-241-1/+2
* Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggleIlia Alshanetsky2005-06-241-1/+15
* Various compiler warning fixes.Ilia Alshanetsky2005-05-181-1/+0
* Make unix domain sockets work.Ilia Alshanetsky2005-05-171-1/+1