EXAMPLE

A stub engine that does nothing, the EXAMPLE storage engine is meant to serve as an example in the MySQL source code that illustrates how to begin writing new storage engines.
When you create an EXAMPLE table, the server creates a table format file in the database directory. The file begins with the table name and has an .frm extension. No other files are created. No data can be stored into the table. Retrievals return an empty result.