summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_commands.c
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Run mysqlmd commands in one step (without separate create/run/free).Dmitry Stogov2017-11-141-339/+270
|
* Use stack-allocated packets.Dmitry Stogov2017-11-141-48/+38
|
* Made "result", "statement" and "last_message" to always use Zend MM heap. ↵Dmitry Stogov2017-11-021-8/+8
| | | | (even for persistent connections these entities don't relive request boundary)
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Fix more emailsAndrey Hristov2016-03-161-2/+2
|
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* MNDR:Andrey Hristov2015-11-121-0/+2
| | | | - move things out of mysqlnd_priv.h
* MNDR:Andrey Hristov2015-11-121-3/+0
| | | | - remove inclusion of uneeded headers
* MNDR:Andrey Hristov2015-11-121-0/+1471
- move the command factory to own file - mysqlnd_commands.c