|
My Project
|
#include <server.h>
Stores the key value, whether it is a short, an int or a varchar. @type defines what kind of key it is
| char Key::charkey[MAX_VARCHAR_LEN+1] |
| int64_t Key::intkey |
| union { ... } Key::keyval |
| int32_t Key::shortkey |
| KeyType Key::type |