Brian Aker: Drizzle, Look at the last row...
drizzle> select * from plugins WHERE PLUGIN_TYPE="storageengine"; +--------------------+---------------+-----------+-------------+ | PLUGIN_NAME | PLUGIN_TYPE | IS_ACTIVE | MODULE_NAME | +--------------------+---------------+-----------+-------------+ | ARCHIVE | StorageEngine | TRUE | | | BLACKHOLE | StorageEngine | TRUE | | | CSV | StorageEngine | TRUE | | | FunctionEngine | StorageEngine | TRUE | | | INFORMATION_ENGINE | StorageEngine | TRUE | | | InnoDB | StorageEngine | TRUE | | | MEMORY | StorageEngine | TRUE | | | MyISAM | StorageEngine | TRUE | | | schema | StorageEngine | TRUE | | +--------------------+---------------+-----------+-------------+ 9 rows in set (0 sec)
The payoff for making Drizzle a plugin based architecture? Development goes much faster.
URL: http://krow.livejournal.com/683834.html
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

