package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
AppendFormatFloat appends a float64 to dst in MySQL format.
LengthEncodedIntSize returns the size of length encoded integer.
NewBufferedReadConn creates a BufferedReadConn.
NewCorsHandler creates a new CorsHandler.
NewInputDecoder creates a new InputDecoder.
NewTestConfig creates a new config for test.
ParseLengthEncodedBytes parses a length encoded byte slice.
ParseLengthEncodedInt parses a length encoded integer.
ParseNullTermString parses a null terminated string.
# Constants
DefaultReaderSize is the default size of bufio.Reader.
# Structs
BufferedReadConn is a net.Conn compatible structure that reads from bufio.Reader.
CorsHandler adds Cors Header if `cors` config is set.
InputDecoder is used to decode input.