Skip to content

Commit

Permalink
Merge branch 'v1.4.2' of https://github.com/sysown/proxysql into v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Sep 8, 2017
2 parents 04038d0 + 81574c2 commit 576edfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MySQL_Protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ bool MySQL_Protocol::generate_STMT_PREPARE_RESPONSE(uint8_t sequence_id, MySQL_S
hdr.pkt_length=12;
memcpy(okpack,&hdr,sizeof(mysql_hdr)); // copy header
okpack[4]=0;
okpack[13]=0;
okpack[15]=0;
if (_stmt_id) {
memcpy(okpack+5,&_stmt_id,sizeof(uint32_t));
Expand Down

0 comments on commit 576edfe

Please sign in to comment.