History log of /PHP-8.0/ext/pdo_mysql/mysql_driver.c (Results 126 – 150 of 196)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# b9f85f37 09-Apr-2006 Wez Furlong

Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.
Fixed PECL Bug #6262; correctly fallback to emulated statements
when the server version is too old.

Also includ

Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.
Fixed PECL Bug #6262; correctly fallback to emulated statements
when the server version is too old.

Also include code to default to using emulated prepared statements, as these
can take advantage of the query cache. Since it's a bit late in the release
process to spring this on the masses, the default has not been changed. The
code is included so that it doesn't get lost.

show more ...


Revision tags: php-5.1.3RC2
# c4db8856 23-Mar-2006 Pierre Joye

- Fixed fetching of string value bigger than 128bytes when no options
are used


# 6fd71dbb 17-Mar-2006 Ilia Alshanetsky

Allow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructor
Allow getAttribute() to fetch MySQL specific attributes.
Eliminate unnecessary auto-commit call on connect.


Revision tags: php-5.1.3RC1
# 41de805a 05-Mar-2006 Ilia Alshanetsky

MFH:
Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be
set when executing internal queries such as "show master status" via MySQL).

Added missing constant fo

MFH:
Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be
set when executing internal queries such as "show master status" via MySQL).

Added missing constant for MAX_BUFFER_SIZE.

show more ...


Revision tags: RELEASE_1_2
# 3608dd4c 14-Feb-2006 Ilia Alshanetsky

Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


# 077559d3 25-Dec-2005 Ilia Alshanetsky

Make MySQL driver use ANSI complaint quoting style.


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1
# dc0db738 25-Nov-2005 Antony Dovgal

MFH: fix #35391 (pdo_mysql::exec does not return number of affected rows)


Revision tags: php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1
# e0924b74 29-Oct-2005 Wez Furlong

Close PECL Bug #5780


Revision tags: php-5.1.0RC4
# 9ffefbc7 27-Oct-2005 Antony Dovgal

MFH: add MySQL options and corresponding constants


Revision tags: RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1
# 8a929e05 05-Oct-2005 Antony Dovgal

use the right constant name in error messages


Revision tags: RELEASE_0_9_0
# 766e4b3c 14-Sep-2005 Ilia Alshanetsky

MFH: Fix error detection for queries such as OPTIMIZE


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# b247dc34 31-Aug-2005 George Schlossnagle

MFH, fix 34072


Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9
# 97e8c6f4 20-Jul-2005 Ilia Alshanetsky

Proper handling for databases that need to pre-calculate length of large
columns, which is not normally done for performance reasons.


Revision tags: php-5.1.0b3
# 695e195a 14-Jul-2005 Wez Furlong

keep this as a placeholder for debugging weird regressions


# 5232c4a5 12-Jul-2005 Andrey Hristov

ok, call pdo_mysql_error() before returning -1


# 8899425e 12-Jul-2005 Andrey Hristov

strictly check the result of mysql_affected_rows()


# e21f5f95 11-Jul-2005 Ilia Alshanetsky

A bit of further tuning.


# 97499262 11-Jul-2005 Andrey Hristov

- mysql_affected_rows() already returns an unsigned long
- optimize a bit the real_escape
- handle the situation when libmysql bails out because of lack of memory


Revision tags: php-4.4.0
# 168b6500 08-Jul-2005 Wez Furlong

Fix #33618


# 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.


12345678