#
0e519d24 |
| 07-Oct-2010 |
Andrey Hristov |
fix some uninitialized variables. also fix shadowing of global symbols |
#
216effe4 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes |
#
859a1404 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes |
#
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, php-5.3.3RC1, php-5.2.14RC1 |
|
#
a175419f |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights |
#
6d951e2d |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights |
#
6aa682f5 |
| 15-Apr-2010 |
Andrey Hristov |
CS + WS changes |
#
a9880e78 |
| 15-Apr-2010 |
Andrey Hristov |
CS + WS changes |
#
aa8f43fa |
| 06-Apr-2010 |
Andrey Hristov |
Recommit with an Windows build fix: Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator
Recommit with an Windows build fix: Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free)
show more ...
|
#
96e2651f |
| 01-Apr-2010 |
Pierre Joye |
- revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for
- revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for 5.3
show more ...
|
#
d339672e |
| 01-Apr-2010 |
Andrey Hristov |
Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc).
Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free)
show more ...
|
#
f534df71 |
| 01-Apr-2010 |
Andrey Hristov |
Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc).
Fix inconsistencies - memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free)
show more ...
|
#
94cd357f |
| 29-Mar-2010 |
Andrey Hristov |
Make it coupled - what is allocated with mnd_ should be freed with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls.
Make it coupled - what is allocated with mnd_ should be freed with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls. Fixed some failing tests.
show more ...
|
#
4870cac7 |
| 29-Mar-2010 |
Andrey Hristov |
Make it coupled - what is allocated with mnd_ should be freed with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls.
Make it coupled - what is allocated with mnd_ should be freed with mnd_ and vice versa. Added mnd_pestrndup and mnd_pestrdup, which wrap the normal calls to be able to track this calls. Fixed some failing tests.
show more ...
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
6af43eac |
| 11-Jan-2010 |
Andrey Hristov |
missed to commit in 5_3, here it comes, reusability of stats |
#
d999552a |
| 11-Jan-2010 |
Andrey Hristov |
missed to commit in 5_3, here it comes, reusability of stats |
#
1ea39093 |
| 11-Jan-2010 |
Andrey Hristov |
and another change to make the stats API re-usable |
#
9b8d026d |
| 11-Jan-2010 |
Andrey Hristov |
Rework the statistics macros to be reusable by external entities. Rename handlers to triggers. Dynamically allocate space for the statistics thus allow reusability. |
#
41ead37c |
| 11-Jan-2010 |
Andrey Hristov |
Rework the statistics macros to be reusable by external entities. Rename handlers to triggers. Dynamically allocate space for the statistics thus allow reusability. |
#
4a549fbb |
| 11-Jan-2010 |
Andrey Hristov |
missed to commit to the branch |
#
b2fcc058 |
| 08-Jan-2010 |
Andrey Hristov |
Add the remaining code for statistics triggers |
#
81695689 |
| 08-Jan-2010 |
Andrey Hristov |
export some calls to init/deinit code outside of the module |
#
b1ac3771 |
| 08-Jan-2010 |
Andrey Hristov |
export some calls to init/deinit code outside of the module |
#
d20fdd60 |
| 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. |