Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missed to commit in 5_3, here it comes, reusability of stats | Andrey Hristov | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | and another change to make the stats API re-usable | Andrey Hristov | 2010-01-11 | 1 | -9/+7 |
| | |||||
* | 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. | ||||
* | Add the remaining code for statistics triggers | Andrey Hristov | 2010-01-08 | 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 |
| | |||||
* | Fix crash when tracing is enabled. Position after buffer was used also | Andrey Hristov | 2009-06-12 | 1 | -1/+1 |
| | | | | | | direct usage of MYSQLND_STRING pointer instead of the "s" property of the structure. | ||||
* | - Sync with 5.3 | Felipe Pena | 2009-03-30 | 1 | -11/+10 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-27 | 1 | -6/+5 |
| | | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode | ||||
* | 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 |
| | |||||
* | - More statistics | Andrey Hristov | 2008-09-12 | 1 | -1/+59 |
| | | | | | | | - 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 - new ini variable | Andrey Hristov | 2008-05-07 | 1 | -0/+1 |
| | |||||
* | Moved initialization into a separate function | Andrey Hristov | 2008-01-29 | 1 | -0/+26 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 1 | -12/+37 |
| | | | | | Updated ext/mysql and ext/mysqli in HEAD | ||||
* | - Moved mysqnd to it's own directory: It is sort of an extension itself. | Jani Taskinen | 2007-07-25 | 1 | -0/+130 |
(Similar to what ext/libxml is..) |