• 表、索引元信息的更新


    /* 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
    微博账号@友哥一指
  • 相关阅读:
    iOS8中用UIVisualEffectView实现高斯模糊视图(毛玻璃效果)
    IOS推荐学习网站
    Xcode因为证书问题经常报的那些错
    bug集合令
    html5的标签
    CSS小总结
    JS中的闭包
    前端之路宣告式
    linux安装mysql数据库
    yarn环境搭建
  • 原文地址:https://www.cnblogs.com/youge-OneSQL/p/9631869.html
Copyright © 2020-2023  润新知