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:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user