![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <functional>
#include <mutex>
#include <string>
#include <string_view>
#include <unordered_map>
#include <utility>
#include "mysql/strings/m_ctype.h"
Go to the source code of this file.
Classes | |
struct | mysql::collation_internals::string_hash |
class | mysql::collation_internals::Collations |
Helper class: implementation of character set/collation library. More... | |
Namespaces | |
namespace | mysql |
namespace | mysql::collation |
namespace | mysql::collation_internals |
Typedefs | |
typedef int | myf |
using | mysql::collation_internals::id_hash_map = std::unordered_map< unsigned, CHARSET_INFO * > |
using | mysql::collation_internals::sv_hash_map = std::unordered_map< std::string, CHARSET_INFO *, string_hash, std::equal_to<> > |
Variables | |
constexpr char | MY_CHARSET_INDEX [] {"Index.xml"} |
Collations * | mysql::collation_internals::entry {} |
Global entry point to character set/collation library internals. More... | |
typedef int myf |
|
constexpr |