#
216effe4 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes
|
#
859a1404 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes
|
#
9da177f8 |
| 12-Aug-2010 |
Andrey Hristov |
Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from ma
Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from macro expansion - less code to fit in the instruction cache.
show more ...
|
#
6fc06f26 |
| 12-Aug-2010 |
Andrey Hristov |
Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from ma
Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from macro expansion - less code to fit in the instruction cache.
show more ...
|
#
c974313a |
| 12-Aug-2010 |
Andrey Hristov |
Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.
|
#
92ef63a0 |
| 12-Aug-2010 |
Andrey Hristov |
Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2 |
|
#
53324e88 |
| 21-Jun-2010 |
Andrey Hristov |
Fix sprintf modifiers all around the place. In most cases %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier
|
#
baf72b73 |
| 21-Jun-2010 |
Andrey Hristov |
Fix sprintf modifiers all around the place. In most cases %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier
|
#
698539fa |
| 21-Jun-2010 |
Andrey Hristov |
fix valgrind warnings on 64bit, thread_is is strictly 32bit
|
#
52396089 |
| 21-Jun-2010 |
Andrey Hristov |
fix valgrind warnings on 64bit, thread_is is strictly 32bit
|
#
7f79e868 |
| 18-Jun-2010 |
Andrey Hristov |
fix type mismatch, this is fresh misunderstanding
|
#
d3d74478 |
| 18-Jun-2010 |
Andrey Hristov |
fix type mismatch, this is fresh misunderstanding
|
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
59205a66 |
| 17-Jun-2010 |
Andrey Hristov |
split mysqlnd_connect() in two parts, one doing the authorization
|
#
ae4ae5a3 |
| 17-Jun-2010 |
Andrey Hristov |
split mysqlnd_connect() in two parts, one doing the authorization
|
#
047d6f28 |
| 31-May-2010 |
Andrey Hristov |
Handle problems in the row_decoder, return type used to be void, now it can return on problems.
|
#
d02e785d |
| 31-May-2010 |
Andrey Hristov |
Handle problems in the row_decoder, return type used to be void, now it can return on problems.
|
#
c0a8ce2f |
| 31-May-2010 |
Ulf Wendel |
Updating test to reflect the latest and more verbose mysqlnd error messages, updating mysqlnd error message as well.
|
#
73a32c52 |
| 31-May-2010 |
Ulf Wendel |
Updating test to reflect the latest and more verbose mysqlnd error messages, updating mysqlnd error message as well.
|
#
4abc7a1e |
| 25-May-2010 |
Andrey Hristov |
Access memory which was really allocated
|
#
decdfeee |
| 25-May-2010 |
Andrey Hristov |
Access memory which was really allocated
|
#
34ffc8a6 |
| 14-May-2010 |
Andrey Hristov |
Export MYSQLND_PROTOCOL methods
|
#
faf46592 |
| 14-May-2010 |
Andrey Hristov |
Export MYSQLND_PROTOCOL methods
|
#
ce0ea978 |
| 14-May-2010 |
Andrey Hristov |
OOM fixes
|
#
dd85f9c2 |
| 14-May-2010 |
Andrey Hristov |
OOM fixes
|
#
ebae62d7 |
| 04-May-2010 |
Andrey Hristov |
OOM stability fixes
|