summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_statistics.c
Commit message (Collapse)AuthorAgeFilesLines
* missed to commit in 5_3, here it comes, reusability of statsAndrey Hristov2010-01-111-1/+1
|
* and another change to make the stats API re-usableAndrey Hristov2010-01-111-9/+7
|
* Rework the statistics macros to be reusable by external entities.Andrey Hristov2010-01-111-2/+5
| | | | | | Rename handlers to triggers. Dynamically allocate space for the statistics thus allow reusability.
* Add the remaining code for statistics triggersAndrey Hristov2010-01-081-2/+36
|
* export some calls to init/deinit code outside of the moduleAndrey Hristov2010-01-081-2/+2
|
* improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-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 statsUlf Wendel2009-10-221-1/+0
|
* Count number of affected_rows for normal and PS queriesAndrey Hristov2009-10-221-0/+3
|
* Extending mysqlnd statistics/monitoring. Now counting COM_* commands.Ulf Wendel2009-10-161-1/+30
|
* Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd)Andrey Hristov2009-08-271-1/+3
|
* Fix crash when tracing is enabled. Position after buffer was used alsoAndrey Hristov2009-06-121-1/+1
| | | | | | direct usage of MYSQLND_STRING pointer instead of the "s" property of the structure.
* - Sync with 5.3Felipe Pena2009-03-301-11/+10
|
* - Removed:Felipe Pena2009-03-271-6/+5
| | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fix a nameAndrey Hristov2008-10-271-1/+1
|
* - More statisticsAndrey Hristov2008-09-121-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 variableAndrey Hristov2008-05-071-0/+1
|
* Moved initialization into a separate functionAndrey Hristov2008-01-291-0/+26
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Update mysqlnd in HEADAndrey Hristov2007-10-021-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 Taskinen2007-07-251-0/+130
(Similar to what ext/libxml is..)