Skip to content
  • Elżbieta Babij's avatar
    821b5aeb
    Bug #24363566 - Add some accessor methods to dict_col_t: · 821b5aeb
    Elżbieta Babij authored
        dict_col_t::is_virtual() - replaces dict_col_is_virtual,
        dict_col_t::copy_type(type) - replaces dict_col_copy_type
        dict_col_t::get_mbminlen() - replaces dict_col_get_mbminlen
        dict_col_t::get_mbmaxlen() - replaces dict_col_get_mbmaxlen
        dict_col_t::set_mbinmaxlen(mbminlen, mbmaxlen) - replaces dict_col_set_mbminmaxlen
    
    Remove dict_field_get_col(field) method - using field->col instead.
    
    RB#13498
    Reviewed by Kevin Lewis
    821b5aeb
    Bug #24363566 - Add some accessor methods to dict_col_t:
    Elżbieta Babij authored
        dict_col_t::is_virtual() - replaces dict_col_is_virtual,
        dict_col_t::copy_type(type) - replaces dict_col_copy_type
        dict_col_t::get_mbminlen() - replaces dict_col_get_mbminlen
        dict_col_t::get_mbmaxlen() - replaces dict_col_get_mbmaxlen
        dict_col_t::set_mbinmaxlen(mbminlen, mbmaxlen) - replaces dict_col_set_mbminmaxlen
    
    Remove dict_field_get_col(field) method - using field->col instead.
    
    RB#13498
    Reviewed by Kevin Lewis
Loading