Files
deb-python-pymysql/pymysql
Daniel Black 2d1da09f07 Add basic connection plugin support
This extracts a plugin name from the server and exposes this as
connection.get_plugin_name().

The client side here adds capabilities PLUGIN_AUTH and
PLUGIN_AUTH_LENENC_CLIENT_DATA.

Because of this the HandshakeResponse response has been altered to use
the server_capabilities a bit mroe strictly.

The immediate upshot is that plugins like unix_socket are immediately
supported where they previously would of returned and error as without
PLUGIN_AUTH being advertised on the client side, the server only accepts
mysql_native_password and mysql_old_password.

To support other plugins some more work is needed to implement these.
2015-06-28 15:43:57 +10:00
..
2015-06-28 15:43:57 +10:00
2015-03-01 03:52:27 +09:00
2014-08-05 19:19:13 -07:00
2014-02-10 23:31:06 +09:00
2014-12-07 11:59:51 +09:00
2009-06-16 16:38:15 +00:00
2015-06-28 15:43:57 +10:00