mirror of https://github.com/MariaDB/server
Browse Source
In MariaDB Server 10.4, btr_cur_instant_init_low() assumes that all PRIMARY KEY columns that are internally variable-length will be encoded in 0 bytes in the metadata record. Sometimes, CHAR columns can be encoded as variable-length. We should not unnecessarily reserve space for a dummy string value in the metadata record.pull/1045/head
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue