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 |
|\ | |||||
| * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | compile out example plugin in a release build | andrey | 2012-09-26 | 1 | -2/+2 |
|/ | |||||
* | Fix #61704 (Crash apache, phpinfo() threading issue) | Johannes Schlüter | 2012-05-08 | 1 | -1/+18 |
| | |||||
* | Fix folding marks | Johannes Schlüter | 2012-05-08 | 1 | -4/+4 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -2/+2 |
| | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage | ||||
* | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -6/+0 |
| | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin) | ||||
* | even better fix | Andrey Hristov | 2011-02-25 | 1 | -3/+3 |
| | |||||
* | fix plugin counting, this is trunk only | Andrey Hristov | 2011-02-25 | 1 | -3/+2 |
| | |||||
* | plug a leak | Andrey Hristov | 2011-01-10 | 1 | -3/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -0/+200 |
themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO. |