WL#9536: InnoDB_New_DD: Support crash-safe DDL

Affects: Server-8.0   —   Status: Complete

This is to support crash-safe DDL for new DD project. With the
single persistent system table in new DD, it's easier to support crash-safe DDL.
There is no chance that Server and InnoDB have different metadata for database
objects.

It's necessary to write DDL logs to support rollback. To make rollback
absolutely safe, all data file operations should be done in the last phase of
corresponding DDL.