14.2 Removal of File-based Metadata Storage删除基于文件的元数据存储

In previous MySQL releases, dictionary data was partially stored in metadata files. 在以前的MySQL版本中,字典数据部分存储在元数据文件中。Issues with file-based metadata storage included expensive file scans, susceptibility to file system-related bugs, complex code for handling of replication and crash recovery failure states, and a lack of extensibility that made it difficult to add metadata for new features and relational objects.基于文件的元数据存储的问题包括昂贵的文件扫描、易受文件系统相关错误的影响、处理复制和崩溃恢复故障状态的复杂代码,以及缺乏扩展性,难以为新功能和关系对象添加元数据。

The metadata files listed below are removed from MySQL. 下面列出的元数据文件将从MySQL中删除。Unless otherwise noted, data previously stored in metadata files is now stored in data dictionary tables.除非另有说明,以前存储在元数据文件中的数据现在存储在数据字典表中。