MySQL 9.1.0
Source Code Documentation
|
#include <pfs_data_lock.h>
Public Member Functions | |
PFS_data_cache ()=default | |
~PFS_data_cache ()=default | |
const char * | cache_data (const char *ptr, size_t length) |
void | clear () |
Private Types | |
typedef std::unordered_set< std::string, std::hash< std::string >, std::equal_to<>, PFS_data_container_allocator< std::string > > | set_type |
Private Attributes | |
set_type | m_set |
|
private |
|
default |
|
default |
|
inline |
|
inline |
|
private |