1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00

ndb charsets: metadata in TUP, TUX

This commit is contained in:
pekka@mysql.com
2004-09-16 12:57:15 +02:00
parent 083e4f475a
commit 82c0e3b478
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.
*/