1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

ndb charsets: DICT

This commit is contained in:
unknown
2004-09-15 17:44:13 +02:00
parent f0f29d3383
commit 39c2f42168
10 changed files with 202 additions and 57 deletions

View File

@ -90,6 +90,13 @@ public:
*/
static const Type& getType(Uint32 typeId);
/**
* Check character set.
*/
static bool usable_in_pk(Uint32 typeId, const void* cs);
static bool usable_in_hash_index(Uint32 typeId, const void* cs);
static bool usable_in_ordered_index(Uint32 typeId, const void* cs);
private:
/**
* List of all types. Must match Type::Enum.