1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

ndb charsets: metadata in TUP, TUX

This commit is contained in:
unknown
2004-09-16 12:57:15 +02:00
parent 149b45b8f3
commit 69b9bbdb20
16 changed files with 243 additions and 39 deletions

View File

@ -90,6 +90,11 @@ public:
*/
static const Type& getType(Uint32 typeId);
/**
* Get type by id but replace char type by corresponding binary type.
*/
static const Type& getTypeBinary(Uint32 typeId);
/**
* Check character set.
*/