Showing entries 11 to 11
« 10 Newer Entries
Displaying posts with tag: engines (reset)
Using the 'EXAMPLE' storage engine on MySQL 5.1.24-rc

MySQL 5.1.24-rc ships with a EXAMPLE storage engine which is basically a dummy storage engine and serves as a useful source to start writing your own custom storage engine.

However, it is not available for use, by default. You can verify this as follows:

mysql> show engines;

+------------+---------+-----------------------------------------------------------+--------------+----+------------+ | Engine     | Support | Comment                                                   | Transactions | XA | Savepoints | +------------+---------+-----------------------------------------------------------+--------------+----+------------+ | …

[Read more]
Showing entries 11 to 11
« 10 Newer Entries