summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* Fixed type mixup.Ilia Alshanetsky2005-05-171-1/+1
* fully distinguish between database and statement level errorsHartmut Holzgraefe2005-02-271-4/+20
* just to be sure ...Hartmut Holzgraefe2005-02-271-0/+2
* use auto generated error -> state mappingsHartmut Holzgraefe2005-02-271-41/+14
* fix commaWez Furlong2005-02-271-1/+1
* Alan: moved your fields away, but reserved you a pointer.Wez Furlong2005-02-261-2/+4
* "SET SESSION" is not supported by MySQL 3.23, as session is the defaultHartmut Holzgraefe2005-02-211-2/+2
* Fix connecting to remote host, patch by Tim FriebeWez Furlong2005-02-181-0/+1
* Set auto-commit after establishing the connection, otherwise we have a crash.Ilia Alshanetsky2005-02-131-2/+2
* Fixed domain socket / named pipe handlingHartmut Holzgraefe2005-02-131-7/+6
* ztsWez Furlong2005-02-131-2/+2
* autocommit flag gets set always by PDO before invoking this method;Wez Furlong2005-02-131-2/+2
* autocommit setting done rightHartmut Holzgraefe2005-02-131-1/+5
* added MySQL transaction supportHartmut Holzgraefe2005-02-131-4/+50
* Fixed compiler warnings.Ilia Alshanetsky2005-02-121-1/+1
* only do this magic on non-win32 platformsWez Furlong2005-02-101-4/+7
* update for api changesWez Furlong2005-02-061-1/+1
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* tidy up some parts of the build (could do with more work)Wez Furlong2005-01-071-57/+33
* Make error messages handle persistent environments properly.Ilia Alshanetsky2004-09-231-3/+3
* more method table adjustments.Wez Furlong2004-09-231-1/+1
* placeholder for someone to implement a ping for persistent connectionsWez Furlong2004-09-231-1/+2
* - Fix shutdown problemsMarcus Boerger2004-07-281-1/+1
* looks like this approach will give us our exceptions backWez Furlong2004-07-281-1/+3
* - Add missing includeMarcus Boerger2004-07-281-0/+1
* fix possible segv on failed connectWez Furlong2004-07-271-1/+1
* Fixed memory leak.Ilia Alshanetsky2004-05-251-8/+12
* Tidy this up a little bit for win32.Wez Furlong2004-05-251-3/+5
* Throw exception during ctorWez Furlong2004-05-251-0/+5