提交 4c18e8d4 编写于 作者: Z Zhang Yonglun 提交者: Liang Zhang

#3968, Ambiguous description of COM_STMT_EXECUTE in MySQL protocol (#3999)

* #3968, Ambiguous description of COM_STMT_EXECUTE in MySQL protocol

* #3968, for checkstyle

* #3968, for comments
上级 a5d977a1
......@@ -33,6 +33,7 @@ import org.apache.shardingsphere.shardingproxy.transport.mysql.payload.MySQLPack
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
......@@ -86,7 +87,7 @@ public final class MySQLComStmtExecutePacket extends MySQLCommandPacket {
} else {
nullBitmap = null;
newParametersBoundFlag = null;
parameters = null;
parameters = Collections.emptyList();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册