#include <sys/types.h>
#include "my_base.h"
#include "my_inttypes.h"
#include "sql/handler.h"
#include "sql/key.h"
#include "sql/table.h"
#include "thr_lock.h"
Go to the source code of this file.
|
namespace | dd |
| The version of the current data dictionary table definitions.
|
|
◆ BLACKHOLE_MAX_KEY
#define BLACKHOLE_MAX_KEY 64 /* Max allowed keys */ |
◆ BLACKHOLE_MAX_KEY_LENGTH
#define BLACKHOLE_MAX_KEY_LENGTH 3072 /* Keep compatible with innoDB */ |
◆ BLACKHOLE_MAX_KEY_SEG
#define BLACKHOLE_MAX_KEY_SEG 16 /* Max segments for key */ |