diff options
author | Andrey Hristov <andrey@php.net> | 2015-04-07 21:39:29 +0200 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2015-04-07 21:39:29 +0200 |
commit | ed0f134a642e7caed94966450435ed5e2a21f426 (patch) | |
tree | 8dbb53af534121a8a65227d3d57906b3947d0d5f /ext/mysqlnd/mysqlnd.c | |
parent | a970ae76e27618c81add2a92370280818a04ac16 (diff) | |
download | php-git-ed0f134a642e7caed94966450435ed5e2a21f426.tar.gz |
Split mysqlnd_stmt::execute in 2 logical parts :
- mysqlnd_stmt::send_execute() which just creates the wire message by using
an aux function and sends it to the server
- mysqlnd_stmt::parse_execute_respose() which is responsible for handling
the bytes sent from the server in response to COM_EXECUTE.
This makes it possible to implement finer method overwriting in mysqlnd
plugins.
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
0 files changed, 0 insertions, 0 deletions