History log of /php-src/ext/mysqlnd/mysqlnd_statistics.c (Results 76 – 100 of 104)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a98a6794 08-Jan-2010 Andrey Hristov

improve the stats subsystem. Reduce the number of macro definitions
in half by smartly introducing 2 new macros. Make MYSQLND::stats a pointer
from being aggregated and add triggers.

Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3
# 00654b8a 22-Oct-2009 Ulf Wendel

Fixing stats, updating test to accept new stats

# 277846d2 22-Oct-2009 Ulf Wendel

Fixing stats, updating test to accept new stats

# a692479d 22-Oct-2009 Andrey Hristov

Count number of affected_rows for normal and PS queries

# 8792edcf 22-Oct-2009 Andrey Hristov

Count number of affected_rows for normal and PS queries

Revision tags: php-5.3.1RC2
# f0e6db4d 16-Oct-2009 Ulf Wendel

Extending mysqlnd statistics/monitoring. Now counting COM_* commands.

# 3eeaf566 16-Oct-2009 Ulf Wendel

Extending mysqlnd statistics/monitoring. Now counting COM_* commands.

Revision tags: oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2
# 149914f6 27-Aug-2009 Andrey Hristov

Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd)

# 67c7a37d 27-Aug-2009 Andrey Hristov

Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd)

Revision tags: php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10
# 22c87864 12-Jun-2009 Andrey Hristov

MFH:
Fix crash when tracing is enabled. Position after buffer was used also
direct usage of MYSQLND_STRING pointer instead of the "s" property of the
structure.

# dc9d3799 12-Jun-2009 Andrey Hristov

Fix crash when tracing is enabled. Position after buffer was used also
direct usage of MYSQLND_STRING pointer instead of the "s" property of the
structure.

Revision tags: php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# cf5e94b0 30-Mar-2009 Felipe Pena

- Sync with 5.3

# dcd86aeb 30-Mar-2009 Felipe Pena

- MFH: Removed UG(unicode) checks

# 04c90a0f 27-Mar-2009 Felipe Pena

- Removed:
- UG(unicode) checks
- Changed:
- ZEND_STR_TYPE -> IS_UNICODE
- convert_to_text -> convert_to_unicode

Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.

# 7f4dc870 31-Dec-2008 Sebastian Bergmann

Bump copyright year, 3 of 3.

Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# b18bf1f8 27-Oct-2008 Andrey Hristov

Fix a name

# c52f1524 27-Oct-2008 Andrey Hristov

Fix a name

Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 99ea8068 12-Sep-2008 Andrey Hristov

MFH:
- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
was su

MFH:
- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
was successful although we were expecting a FAIL.

show more ...

# 5b93dff1 12-Sep-2008 Andrey Hristov

- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
was successful

- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
was successful although we were expecting a FAIL.

show more ...

Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1
# 493b0bb5 07-May-2008 Andrey Hristov

Update mysqlnd - new ini variable

# 82562725 07-May-2008 Andrey Hristov

Update mysqlnd

Revision tags: php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# 2687e558 29-Jan-2008 Andrey Hristov

Moved initialization into a separate function

# 00877eff 29-Jan-2008 Andrey Hristov

Moved initialization code into a function.

Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.

12345