mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MNDR:
- better name for MYSQLND_PPEC - MYSQLND_PFC (protocol frame codec)
This commit is contained in:
parent
654d1a7caf
commit
a530ecff97
18 changed files with 725 additions and 693 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue