mariadb/innobase/row
unknown d0dbd41a3b After review fixes (Bug #5682)
innobase/include/data0type.ic:
  dtype_get_fixed_size(), dtype_get_min_size(): Do not check
  prtype, mbminlen and mbmaxlen for types other than DATA_MYSQL,
  as that is the only type that can hold fixed-length strings of
  variable-length objects (UTF-8 encoded characters).
innobase/row/row0sel.c:
  row_sel_field_store_in_mysql_format(): Document which fields of
  templ will be used.  Add 0x20 padding only to DATA_MYSQL fields.
  Change related debug assertions to real assertions for now, until
  5.0 becomes generally available.  Check with assertion that all
  data types handled in the catch-all branch are appropriate.
2005-02-17 18:40:45 +02:00
..
Makefile.am
makefilewin
row0ins.c
row0mysql.c
row0purge.c
row0row.c
row0sel.c After review fixes (Bug #5682) 2005-02-17 18:40:45 +02:00
row0uins.c
row0umod.c
row0undo.c
row0upd.c
row0vers.c