typedef struct st_key {
uint key_length; /* Tot length of key */
ulong flags; /* dupp key and pack flags */
uint key_parts; /* How many key_parts */
uint extra_length;
uint usable_key_parts; /* Should normally be = key_parts */
uint block_size;
enum ha_key_alg algorithm;
/*
Note that parser is used when the table is opened for use, and
parser_name is used when the table is being created.
*/
union
{
plugin_ref parser; /* Fulltext [pre]parser */
LEX_STRING *parser_name; /* Fulltext [pre]parser name */
};
KEY_PART_INFO *key_part;
char *name; /* Name of key */
/*
Array of AVG(#records with the same field value) for 1st ... Nth key part.
0 means 'not known'.
For temporary heap tables this member is NULL.
*/
ulong *rec_per_key;
union {
int bdb_return_if_eq;
} handler;
TABLE *table;
LEX_STRING comment;
} KEY;

最新文章

  1. 《Java中的单例模式--两种》
  2. ExtJs学习笔记之ComboBox组件
  3. HTML5 内联框架iFrame
  4. sprintf函数php的详细使用方法
  5. [转]Getting (personal) tasks from the user profile.
  6. [Mugeda HTML5技术教程之11]Mugeda API简介
  7. Test class should have exactly one public zero-argument constructor
  8. %c输入应注意的问题
  9. [编织消息框架][JAVA核心技术]动态代理应用8-IRpcReceive实现
  10. java double相加
  11. input text focus去掉默认光影
  12. spring boot sharding-jdbc实现分佈式读写分离和分库分表的实现
  13. 关于ES6
  14. MAVEN项目环境搭建
  15. MyBatis-Plus初步使用
  16. 10个财务工作中常用的 Excel 万能公式
  17. 9:集合collection
  18. 23种设计模式之原型模式(Prototype)
  19. 7个鲜为人知却超实用的PHP函数--转(柒捌玖零)
  20. 再谈C#委托与事件

热门文章

  1. zabbix结合grafana
  2. 数据分析sql常用整理
  3. Python 序列与映射的解包操作-乾颐堂
  4. STM32F4通用定时器
  5. html5标签---不常用新标签的整理
  6. qt下的跨目录多工程编译(转)
  7. msf、armitage
  8. iOS设计模式之单例
  9. 【重要】拷贝NIOS II工程后,修改工程前必须要做的10件事
  10. Sweetkang 的机器学习实验室 (1)