Deletes an engine.
DROP ENGINE [IF EXISTS] <engine_name>
<engine_name>
The following example drops my_engine:
DROP ENGINE my_engine