1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +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

@@ -89,7 +89,8 @@ public:
ArraySizeTooBig = 737,
RecordTooBig = 738,
InvalidPrimaryKeySize = 739,
NullablePrimaryKey = 740
NullablePrimaryKey = 740,
InvalidCharset = 743
};
private: