zoukankan      html  css  js  c++  java
  • 表、索引元信息的更新

    /* update the time of the last modification (in handler::update_time) */
    #define HA_STATUS_TIME           4
    /*
      update the 'constant' part of the info:
      handler::max_data_file_length, max_index_file_length, create_time
      sortkey, ref_length, block_size, data_file_name, index_file_name.
      handler::table->s->keys_in_use, keys_for_keyread, rec_per_key
    */
    #define HA_STATUS_CONST          8
    /*
      update the 'variable' part of the info:
      handler::records, deleted, data_file_length, index_file_length,
      check_time, mean_rec_length
    */
    #define HA_STATUS_VARIABLE      16
    /*
      get the information about the key that caused last duplicate value error
      update handler::errkey and handler::dupp_ref
      see handler::get_dup_key()
    */
    #define HA_STATUS_ERRKEY        32
    /*
      update handler::auto_increment_value
    */
    #define HA_STATUS_AUTO          64
    MySQL限时解答,24小时内友哥专业解答
    http://www.yougemysqldba.com
    如有进一步需要请联系微信onesoft007
    微博账号@友哥一指
  • 相关阅读:
    position中的四种属性
    CSS中link和@import的区别
    隐藏对应元素的办法
    word20161217
    word20161216
    word20161215
    word20161214
    word20161213
    word201612012
    word20161211
  • 原文地址:https://www.cnblogs.com/youge-OneSQL/p/9631869.html
Copyright © 2011-2022 走看看