Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| |\ | |||||
| | * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | fix zts build | Andrey Hristov | 2011-01-19 | 1 | -1/+0 |
| | | | |||||
| | * | - don't try to access if calloc fails (quick review of its usage: seems that ↵ | Pierre Joye | 2011-01-17 | 1 | -0/+4 |
| | | | | | | | | | | | | the stats member is validated in other places, to be confirmed) | ||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | two new stats | Andrey Hristov | 2010-11-05 | 1 | -1/+3 |
| | | | |||||
| | * | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -3/+3 |
| | | | |||||
| | * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -1/+1 |
| | | | |||||
| | * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again. | ||||
| | * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | | | |||||
| | * | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -1/+2 |
| | | | |||||
| | * | Recommit with an Windows build fix: | Andrey Hristov | 2010-04-06 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| | * | - revert revision 297277, break the builds (declaration must go 1st, size of ↵ | Pierre Joye | 2010-04-01 | 1 | -8/+6 |
| | | | | | | | | | | | | void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for 5.3 | ||||
| | * | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) | ||||
| | * | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | missed to commit in 5_3, here it comes, reusability of stats | Andrey Hristov | 2010-01-11 | 1 | -10/+8 |
| | | | |||||
| | * | Rework the statistics macros to be reusable by external entities. | Andrey Hristov | 2010-01-11 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | Rename handlers to triggers. Dynamically allocate space for the statistics thus allow reusability. | ||||
| | * | missed to commit to the branch | Andrey Hristov | 2010-01-11 | 1 | -2/+36 |
| | | | |||||
| | * | export some calls to init/deinit code outside of the module | Andrey Hristov | 2010-01-08 | 1 | -2/+2 |
| | | | |||||
| | * | improve the stats subsystem. Reduce the number of macro definitions | Andrey Hristov | 2010-01-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | in half by smartly introducing 2 new macros. Make MYSQLND::stats a pointer from being aggregated and add triggers. | ||||
| | * | Fixing stats, updating test to accept new stats | Ulf Wendel | 2009-10-22 | 1 | -1/+0 |
| | | | |||||
| | * | Count number of affected_rows for normal and PS queries | Andrey Hristov | 2009-10-22 | 1 | -0/+3 |
| | | | |||||
| | * | Extending mysqlnd statistics/monitoring. Now counting COM_* commands. | Ulf Wendel | 2009-10-16 | 1 | -1/+30 |
| | | | |||||
| | * | Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd) | Andrey Hristov | 2009-08-27 | 1 | -1/+3 |
| | | | |||||
| | * | MFH: | Andrey Hristov | 2009-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | - MFH: Removed UG(unicode) checks | Felipe Pena | 2009-03-30 | 1 | -16/+14 |
| | | | |||||
| | * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | | |||||
| | * | Fix a name | Andrey Hristov | 2008-10-27 | 1 | -1/+1 |
| | | | |||||
| | * | MFH: | Andrey Hristov | 2008-09-12 | 1 | -1/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| | * | Update mysqlnd | Andrey Hristov | 2008-05-07 | 1 | -0/+1 |
| | | | |||||
| | * | Moved initialization code into a function. | Andrey Hristov | 2008-01-29 | 1 | -0/+26 |
| | | | |||||
| | * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | | |||||
| | * | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -0/+155 |
| | | | | | | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | remove old unicode code, that is was compiled out by using a macro | andrey | 2012-09-25 | 1 | -12/+0 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
|/ | |||||
* | fix ZTS build | Andrey Hristov | 2011-01-19 | 1 | -2/+0 |
| | |||||
* | - don't try to access if calloc fails (quick review of its usage: seems that ↵ | Pierre Joye | 2011-01-17 | 1 | -0/+4 |
| | | | | the stats member is validated in other places, to be confirmed) | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -162/+160 |
| | | | | | | | | themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO. | ||||
* | two new stats | Andrey Hristov | 2010-11-05 | 1 | -1/+3 |
| | |||||
* | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -3/+3 |
| | |||||
* | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -2/+2 |
| | | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again. | ||||
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | |||||
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -1/+2 |
| | |||||
* | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 1 | -6/+8 |
| | | | | | | | | | | - 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) |