Skip to content

Commit

Permalink
已验证
Browse files Browse the repository at this point in the history
同步命令
超多列结果集透传
超多行结果集透传.
超大列结果集透传
  • Loading branch information
yanjunli committed Aug 21, 2017
1 parent 6ba0927 commit c4078ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ private void syncState(MySQLSession session) throws IOException {
queryPacket.sql = session.isolation.getCmd() + session.autoCommit.getCmd() + session.isolation.getCmd();
queryPacket.write(frontBuffer);
frontBuffer.flip();
frontBuffer.readIndex = frontBuffer.writeIndex;
session.writeToChannel(frontBuffer, session.backendChannel);
}

Expand Down

0 comments on commit c4078ae

Please sign in to comment.