• Varun Gupta's avatar
    MDEV-21831: Assertion `length == pack_length()' failed in... · 35acf39b
    Varun Gupta authored
    MDEV-21831: Assertion `length == pack_length()' failed in Field_inet6::sort_string upon INSERT into RocksDB table
    
    For INET6 columns the values are stored as BINARY columns and returned to the client in TEXT format.
    For rocksdb the indexes store mem-comparable images for columns, so use the pack_length() to store
    the mem-comparable form for INET6 columns. This would also remain consistent with CHAR columns.
    35acf39b
rocksdb.result 75.3 KB