- better name for MYSQLND_PPEC - MYSQLND_PFC (protocol frame codec)
This commit is contained in:
Andrey Hristov 2015-11-10 11:53:19 +01:00
parent 654d1a7caf
commit a530ecff97
18 changed files with 725 additions and 693 deletions

View file

@ -17,7 +17,6 @@
| Georg Richter <georg@mysql.com> |
+----------------------------------------------------------------------+
*/
#include "php.h"
#include "php_globals.h"
#include "mysqlnd.h"
@ -151,7 +150,7 @@ mysqlnd_handle_local_infile(MYSQLND_CONN_DATA * conn, const char * const filenam
int bufsize;
size_t ret;
MYSQLND_INFILE infile;
MYSQLND_PPEC * net = conn->net;
MYSQLND_PFC * net = conn->protocol_frame_codec;
MYSQLND_VIO * vio = conn->vio;
DBG_ENTER("mysqlnd_handle_local_infile");