Files
deb-python-pymysql/pymysql/constants
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
..
2009-06-16 16:38:15 +00:00
2015-06-28 15:43:57 +10:00
2014-08-29 10:24:17 +02:00
2015-05-13 17:14:13 +09:00
2009-06-16 16:38:15 +00:00
2013-08-30 13:22:43 +09:00