]> granicus.if.org Git - php/commit
Split mysqlnd_stmt::execute in 2 logical parts :
authorAndrey Hristov <andrey@php.net>
Tue, 7 Apr 2015 19:39:29 +0000 (21:39 +0200)
committerAndrey Hristov <andrey@php.net>
Tue, 7 Apr 2015 19:39:29 +0000 (21:39 +0200)
commited0f134a642e7caed94966450435ed5e2a21f426
tree8dbb53af534121a8a65227d3d57906b3947d0d5f
parenta970ae76e27618c81add2a92370280818a04ac16
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.
ext/mysqlnd/mysqlnd.h
ext/mysqlnd/mysqlnd_enum_n_def.h
ext/mysqlnd/mysqlnd_ps.c
ext/mysqlnd/mysqlnd_structs.h