MySQL 8.0 introduced a transactional data dictionary stored in InnoDB tables, replacing the file-based .frm files of earlier versions. Stores all metadata about schemas, tables, columns, indexes, and foreign keys, enabling atomic DDL operations.