MySQL 9.1.0
Source Code Documentation
|
#include <services.h>
Public Member Functions | |
bool | load (MYSQL_THD thd) |
Copies the digest buffer from the server. More... | |
const uchar * | c_ptr () const |
Needed because we use a C hash table to store digests. More... | |
Private Attributes | |
uchar | m_buf [PARSER_SERVICE_DIGEST_LENGTH] |
|
inline |
Needed because we use a C hash table to store digests.
bool Digest::load | ( | MYSQL_THD | thd | ) |
Copies the digest buffer from the server.
false | Server reported success. |
true | Server reported failure. |
|
private |