WL#9209: InnoDB: Clone local replica

Affects: Server-8.0   —   Status: Complete

Create a server plugin that can be used to retrieve a snapshot of the running
system. 

Here we would support syntax to take a Physical Snapshot of the database and
store it in same machine/node where the database server is running.

We should be able to start mysqld server on the cloned directory and access
data. The clone operation should work with concurrent DMLs on the database.

This is one of the child work logs for provisioning a clone for replication.