mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
clarify CR_OK_HANDSHAKE_COMPLETE
it's for client auth plugins only, server auth plugin should never return it, because they cannot send a correct OK packet. (OK packet is quite complex and carries a lot of information that only the server knows)
This commit is contained in:
@@ -85,6 +85,8 @@
|
||||
authentication protocol is not known in advance, and the client plugin
|
||||
needs to read one packet more to determine if the authentication is finished
|
||||
or not.
|
||||
|
||||
Server plugins should not return this value.
|
||||
*/
|
||||
#define CR_OK_HANDSHAKE_COMPLETE -2
|
||||
|
||||
|
Reference in New Issue
Block a user