History log of /PHP-7.3/ext/pdo_mysql/mysql_driver.c (Results 126 – 150 of 176)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 22896664 07-Jul-2005 Ilia Alshanetsky

Fixed memory leak


# d7e5dfb2 03-Jul-2005 Wez Furlong

Enable native mysql 4.1.x prepared statement support
# the hardest part was installing 4.1.x on a gentoo box over a 56k modem


# 1bbab254 02-Jul-2005 Wez Furlong

Experimental support for queries returning multiple rowsets under mysql 5.0.
Patch from Guy Harrison (guy dot a dot harrison (at) gmail dot com)


Revision tags: php-4.4.0RC2
# fb7c1f05 27-Jun-2005 Ilia Alshanetsky

Remove "custom" PDDRV sqlstate.


# 09f05235 24-Jun-2005 Ilia Alshanetsky

Fixed bogus query failure claim, on some queries such as OPTIMIZE table.


# 348c0cdd 24-Jun-2005 Ilia Alshanetsky

Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle
usage of buffered queries.


Revision tags: php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# fa0e534f 18-May-2005 Ilia Alshanetsky

Various compiler warning fixes.


# 53ee3481 17-May-2005 Ilia Alshanetsky

Make unix domain sockets work.


# 746b89df 17-May-2005 Ilia Alshanetsky

Fixed type mixup.


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# f7e8fcb8 27-Feb-2005 Hartmut Holzgraefe

fully distinguish between database and statement level errors


# fa5070b3 27-Feb-2005 Hartmut Holzgraefe

just to be sure ...


# d3fcc41b 27-Feb-2005 Hartmut Holzgraefe

use auto generated error -> state mappings


# cbe40ddd 27-Feb-2005 Wez Furlong

fix comma


# 2c5b2fc1 26-Feb-2005 Wez Furlong

Alan: moved your fields away, but reserved you a pointer.

Changed PDO::lastInsertId() to have following proto:

string PDO::lastInsertId([string name])

this allows a

Alan: moved your fields away, but reserved you a pointer.

Changed PDO::lastInsertId() to have following proto:

string PDO::lastInsertId([string name])

this allows arbitrary unique identitifers to be returned from the driver.

The optional name parameter is for databases that require additional contextual
information to be able to return the correct identifier. None currently use
it, but pgsql will be on the list of drivers that do.

show more ...


# 0ef339df 21-Feb-2005 Hartmut Holzgraefe

"SET SESSION" is not supported by MySQL 3.23, as session is the default
scope for SET anyway we can drop the SESSION specifier (PECL Bug #3470)


Revision tags: RELEASE_0_2_4
# 86708673 18-Feb-2005 Wez Furlong

Fix connecting to remote host, patch by Tim Friebe


# f57b8d6d 13-Feb-2005 Ilia Alshanetsky

Set auto-commit after establishing the connection, otherwise we have a crash.


Revision tags: RELEASE_0_2_3
# b6828f59 13-Feb-2005 Hartmut Holzgraefe

Fixed domain socket / named pipe handling


# f2d2da30 13-Feb-2005 Wez Furlong

zts


# 47d1c2ad 13-Feb-2005 Wez Furlong

autocommit flag gets set always by PDO before invoking this method;
we should unconditionally inspect it here.


# 486370dc 13-Feb-2005 Hartmut Holzgraefe

autocommit setting done right


# 5d4fb518 13-Feb-2005 Hartmut Holzgraefe

added MySQL transaction support


# 5904d59f 12-Feb-2005 Ilia Alshanetsky

Fixed compiler warnings.


Revision tags: RELEASE_0_2_2, RELEASE_0_2_1
# e9f5fb53 10-Feb-2005 Wez Furlong

only do this magic on non-win32 platforms


Revision tags: RELEASE_0_2
# d134fb2a 06-Feb-2005 Wez Furlong

update for api changes


12345678