February 2018
Intermediate to advanced
510 pages
16h 10m
English
The EXAMPLE storage engine is only a stub engine and the purpose of the engine is to provide examples in the MySQL source code, which helps developers to write new storage engines.
To work with the EXAMPLE engine source code, look at the storage/example directory of the MySQL source code distribution download.
No files are created if the table is created with the EXAMPLE engine. Data cannot be stored in the EXAMPLE engine and it returns empty results.
Indexing and partitioning is not supported in the EXAMPLE storage engine.
Read now
Unlock full access