summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update for placeholder flagsWez Furlong2004-05-211-3/+1
* Added MySQL getAttribute() support.Ilia Alshanetsky2004-05-201-1/+37
* Correctly report errors for statment problems.Ilia Alshanetsky2004-05-201-2/+2
* Error handling support.Ilia Alshanetsky2004-05-201-17/+106
* Fix win32 buildWez Furlong2004-05-191-0/+2
* Added support for setting timeout value.Ilia Alshanetsky2004-05-191-0/+11
* exec() now returns affected row countGeorge Schlossnagle2004-05-191-12/+3
* Added lastInsertId() method for retrieving last insert id.Ilia Alshanetsky2004-05-191-10/+36
* More errno stuff.Ilia Alshanetsky2004-05-191-2/+2
* Fixed possible crash on connection error.Ilia Alshanetsky2004-05-191-2/+1
* Simplify config via the use of mysql_config.Ilia Alshanetsky2004-05-191-5/+4
* Update prepare() prototype.Wez Furlong2004-05-191-2/+2
* initial import of mysql 3.x pdo driverGeorge Schlossnagle2004-05-181-0/+179