# mp **Repository Path**: mirrors_pingcap/mp ## Basic Information - **Project Name**: mp - **Description**: MySQL protocol layer - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - Run go run -ldflags \ "-x main.buildstamp=`date -u '+%y-%m-%d_%i:%m:%s%p'` \ -x main.githash=`git rev-parse head`" cmd/main.go \ -mode= -myaddr= - Test with official mysql client mysql -h 127.0.0.1 -P 4000 -D test - Test with go mysql driver export MYSQL_TEST_ADDR=127.0.0.1:4000 go test github.com/go-sql-driver/mysql If the mysql result is used (passed as argument in function `NewComboDriver`), the test will pass, if ql result is different, it is logged as warning.