Changes to improve robustness of SSL processing, separate it so far as possible from protocols. Separate the detailed mechanism of authentication from the MySQL protocol with a view to making it into a module later.
This commit is contained in:
@ -51,6 +51,7 @@
|
||||
*/
|
||||
#include <modinfo.h>
|
||||
#include <gw_protocol.h>
|
||||
#include <mysql_auth.h>
|
||||
|
||||
MODULE_INFO info =
|
||||
{
|
||||
|
Reference in New Issue
Block a user