MySQL 8.4.0
Source Code Documentation
ha_blackhole.h File Reference
#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.

Classes

struct  st_blackhole_share
 
class  ha_blackhole
 

Namespaces

namespace  dd
 The version of the current data dictionary table definitions.
 

Macros

#define BLACKHOLE_MAX_KEY   64 /* Max allowed keys */
 
#define BLACKHOLE_MAX_KEY_SEG   16 /* Max segments for key */
 
#define BLACKHOLE_MAX_KEY_LENGTH   3072 /* Keep compatible with innoDB */
 

Macro Definition Documentation

◆ 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 */