MySQL 9.1.0
Source Code Documentation
|
#include <pfs_name.h>
Public Member Functions | |
void | reset () |
void | set (const char *str, size_t len) |
void | hash (uint64 *nr1, uint64 *nr2) const |
int | sort (const PFS_host_name *other) const |
size_t | length () const |
const char * | ptr () const |
const CHARSET_INFO * | charset () const |
Static Private Member Functions | |
static const CHARSET_INFO * | get_cs () |
Private Attributes | |
PFS_any_name< HOSTNAME_LENGTH > | m_name |
Friends | |
struct | PFS_host_name_view |
|
inline |
|
staticprivate |
|
inline |
|
inline |
|
inline |
void PFS_host_name::set | ( | const char * | str, |
size_t | len | ||
) |
|
inline |
|
friend |
|
private |