mariadb/btr
marko ee599a74d3 When buffering an insert to a prefix index of a variable-length column,
do not incorrectly mark the column as fixed-length.  (Bug #28138)

ibuf_entry_build(): Instead of prefix_len, pass fixed_len to
dtype_new_store_for_order_and_null_size().  Add debug assertions.

btr_index_rec_validate(): Correct a comment about prefix indexes.

rec_get_converted_size_new(), rec_convert_dtuple_to_rec_new(): Add
debug assertions and comments.

dict_col_type_assert_equal(): New debug function.
2007-06-01 06:01:15 +00:00
..
btr0btr.c When buffering an insert to a prefix index of a variable-length column, 2007-06-01 06:01:15 +00:00
btr0cur.c Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
btr0pcur.c Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
btr0sea.c Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00