Comment # 7
on bug 10351
from Daniël van Eeden
The pcap with the sample packets only demonstrates the change in the decoding
of the authresponse. This is fixed.
I used MySQL Connector/Python to generate the packets, and MySQL
Connector/Python doesn't yet use/support connattrs.
MySQL Connector/J does support connattrs, but I haven't found a way to trigger
a COM_CHANGE_USER packet in Java. Java lets me change the user on a datasource,
but not on a connection.
So COM_CHANGE_USER with connattrs is in the specification, but I wasn't able to
generate sample packets for that.
I think we should close this bug and wait with implementing this until we have
suitable sample packets.
I'll try to use the MySQL C API to generate some test packets today, that might
work.
You are receiving this mail because:
- You are watching all bug changes.