MySQL 8.3.0
Source Code Documentation
services::Digest Class Reference

#include <services.h>

Public Member Functions

bool load (MYSQL_THD thd)
 Copies the digest buffer from the server. More...
 
const ucharc_ptr () const
 Needed because we use a C hash table to store digests. More...
 

Private Attributes

uchar m_buf [PARSER_SERVICE_DIGEST_LENGTH]
 

Member Function Documentation

◆ c_ptr()

const uchar * services::Digest::c_ptr ( ) const
inline

Needed because we use a C hash table to store digests.

◆ load()

bool Digest::load ( MYSQL_THD  thd)

Copies the digest buffer from the server.

Return values
falseServer reported success.
trueServer reported failure.

Member Data Documentation

◆ m_buf

uchar services::Digest::m_buf[PARSER_SERVICE_DIGEST_LENGTH]
private

The documentation for this class was generated from the following files: