@@ -69,7 +69,7 @@ func TestReadDB(t *testing.T) {
6969}
7070
7171// example data from
72- // https://dev.mysql.com/doc/internals/en/connection-phase-packets .html#packet-Protocol::HandshakeResponse41
72+ // https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_connection_phase_packets_protocol_handshake_response .html#sect_protocol_connection_phase_packets_protocol_handshake_response41
7373data := []byte {
74740x54 , 0x00 , 0x00 , 0x01 , 0x8d , 0xa6 , 0x0f , 0x00 , 0x00 , 0x00 , 0x00 , 0x01 ,
75750x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
@@ -101,7 +101,7 @@ func TestReadDB(t *testing.T) {
101101
102102func TestReadPluginName (t * testing.T ) {
103103// example data from
104- // https://dev.mysql.com/doc/internals/en/connection-phase-packets .html#packet-Protocol::HandshakeResponse41
104+ // https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_connection_phase_packets_protocol_handshake_response .html#sect_protocol_connection_phase_packets_protocol_handshake_response41
105105mysqlNativePassword := []byte {
1061060x54 , 0x00 , 0x00 , 0x01 , 0x8d , 0xa6 , 0x0f , 0x00 , 0x00 , 0x00 , 0x00 ,
1071070x01 , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
@@ -172,7 +172,7 @@ func TestReadPluginName(t *testing.T) {
172172func TestReadAttributes (t * testing.T ) {
173173var err error
174174// example data from
175- // https://dev.mysql.com/doc/internals/en/connection-phase-packets .html#packet-Protocol::HandshakeResponse41
175+ // https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_connection_phase_packets_protocol_handshake_response .html#sect_protocol_connection_phase_packets_protocol_handshake_response41
176176data := []byte {
1771770xb2 , 0x00 , 0x00 , 0x01 , 0x85 , 0xa2 , 0x1e , 0x00 , 0x00 , 0x00 ,
1781780x00 , 0x40 , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
0 commit comments