You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/include/proxysql_typedefs.h

6 lines
241 B

#ifndef PROXYSQL_COMMON_TYPEDEF
#define PROXYSQL_COMMON_TYPEDEF
typedef std::unordered_map<std::uint64_t, void *> umap_query_digest;
typedef std::unordered_map<std::uint64_t, char *> umap_query_digest_text;
#endif // PROXYSQL_COMMON_TYPEDEF