mariadb/storage/innobase/data
Marko Mäkelä 755187c853 Terminology: 'metadata record' instead of 'default row'
For instant ALTER TABLE, we store a hidden metadata record at the
start of the clustered index, to indicate how the format of the
records differs from the latest table definition.

The term 'default row' is too specific, because it applies to
instant ADD COLUMN only, and we will be supporting more classes
of instant ALTER TABLE later on. For instant ADD COLUMN, we
store the initial default values in the metadata record.
2018-09-19 07:21:24 +03:00
..
data0data.cc Terminology: 'metadata record' instead of 'default row' 2018-09-19 07:21:24 +03:00
data0type.cc Merge bb-10.2-ext into 10.3 2018-02-15 10:22:03 +02:00