#
81b0630f |
| 07-Jan-2010 |
Andrey Hristov |
Change of way the packet objects are created/initialised If the protocol gets changed, ever, we can decide at runtime easily which protocol to use by instantiating the right protocol obje
Change of way the packet objects are created/initialised If the protocol gets changed, ever, we can decide at runtime easily which protocol to use by instantiating the right protocol object. But this is restricted to the structure of the packets, not the flow.
show more ...
|
#
73b23fca |
| 07-Jan-2010 |
Andrey Hristov |
Change of way the packet objects are created/initialised If the protocol gets changed, ever, we can decide at runtime easily which protocol to use by instantiating the right protocol obje
Change of way the packet objects are created/initialised If the protocol gets changed, ever, we can decide at runtime easily which protocol to use by instantiating the right protocol object. But this is restricted to the structure of the packets, not the flow.
show more ...
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
311684e1 |
| 10-Dec-2009 |
Andrey Hristov |
Add plugin storage for MYSQLND_STMT too |
#
00d76a84 |
| 10-Dec-2009 |
Andrey Hristov |
Add plugin storage for MYSQLND_STMT too |
#
3a7f8ea5 |
| 09-Dec-2009 |
Andrey Hristov |
Remove stub code which never actually was used for anything. Things like this can be built on top of the core. |
#
06a417b6 |
| 09-Dec-2009 |
Andrey Hristov |
Remove stub code which never actually was used for anything. Things like this can be built on top of the core. |
#
6f598e62 |
| 09-Dec-2009 |
Andrey Hristov |
Remove the zval caching from mysqlnd. It was disabled versions ago due to problems on windows, which were not debugged. Better have code that is disabled not in the core. |
#
fd448277 |
| 09-Dec-2009 |
Andrey Hristov |
Remove the zval caching from mysqlnd. It was disabled versions ago due to problems on windows, which were not debugged. Better have code that is disabled not in the core. |
#
4d273500 |
| 09-Dec-2009 |
Andrey Hristov |
Remove disabled code - threaded fetching. This can be implemented on a upper level and by offloading it we reduce the complexity of the core. |
#
157f1bdd |
| 09-Dec-2009 |
Andrey Hristov |
Remove disabled code - threaded fetching. This can be implemented on a upper level and by offloading it we reduce the complexity of the core. |
#
80e5ef6f |
| 30-Nov-2009 |
Pierre Joye |
- void is NaN, you can't do math ops on void. Declarations go first. Fix TS build |
#
2a3ec70d |
| 30-Nov-2009 |
Pierre Joye |
- void is NaN, you can't do math ops on void. Declarations go first. Fix TS build |
Revision tags: php-5.2.12RC3, php-5.2.12RC2 |
|
#
5143fe41 |
| 20-Nov-2009 |
Andrey Hristov |
Compressed protocol support + extensibility for mysqlnd |
#
7674c942 |
| 20-Nov-2009 |
Andrey Hristov |
Compressed protocol support + extensibility for mysqlnd |
Revision tags: php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3 |
|
#
bd64a66e |
| 23-Oct-2009 |
Ulf Wendel |
Fix: log slow queries in stats regardless of mysqlnd.log_mask setting. |
#
08db32e0 |
| 23-Oct-2009 |
Ulf Wendel |
Fix: log slow queries in stats regardless of mysqlnd.log_mask setting. |
Revision tags: php-5.3.1RC2, oci8-1.4.0 |
|
#
bc7bbaa6 |
| 30-Sep-2009 |
Andrey Hristov |
Use mnd_ wrappers wherever possible. Needed for statistics. |
#
ba5c40b2 |
| 30-Sep-2009 |
Andrey Hristov |
Use mnd_ wrappers wherever possible. Needed for statistics. |
#
4af8d99e |
| 30-Sep-2009 |
Andrey Hristov |
Fix trace output. DBG_RETURN should be used in traced functions. |
#
b9dcc28c |
| 30-Sep-2009 |
Andrey Hristov |
Fix trace output. DBG_RETURN should be used in traced functions. |
#
d79cba2a |
| 30-Sep-2009 |
Ulf Wendel |
Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd. |
#
94083033 |
| 30-Sep-2009 |
Ulf Wendel |
Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd. |
Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2 |
|
#
e8412fb6 |
| 28-Aug-2009 |
Andrey Hristov |
Fix for bug#48745 mysqlnd: mysql_num_fields returns wrong column count for mysql_list_fields |
#
9bf74760 |
| 28-Aug-2009 |
Andrey Hristov |
Fix for bug#48745 mysqlnd: mysql_num_fields returns wrong column count for mysql_list_fields |
Revision tags: php-5.2.11RC1, php-5.3.0 |
|
#
9485cad6 |
| 25-Jun-2009 |
Johannes Schlüter |
Revert mysqlnd to RC3 state after issues with pconnects |