mysql> SELECT @@version, @@version_comment; SHOW ENGINES;±-------------------±-------------------------------------------+| @@version | @@version_comment |±-------------------±-------------------------------------------+| 5.1.47-rel11.2-log | (Percona Server (GPL), 11.2 , Revision 53) |±-------------------±-------------------------------------------+1 row in set (0.00 sec)±-----------±--------±---------------------------------------------------------------±-------------±-----±-----------+| Engine | Support | Comment | Transactions | XA | Savepoints |±-----------±--------±---------------------------------------------------------------±-------------±-----±-----------+| MyISAM | DEFAULT | Default engine as of MySQL 3.23 with great performance | NO | NO | NO || MRG_MYISAM | YES | Collection of identical MyISAM tables | NO | NO | NO || BLACKHOLE | YES | /dev/null storage engine (anything you write to it disappears) | NO | NO | NO || CSV | YES | CSV storage engine | NO | NO | NO || MEMORY | YES | Hash based, stored in memory, useful for temporary tables | NO | NO | NO || FEDERATED | NO | Federated MySQL storage engine | NULL | NULL | NULL || ARCHIVE | YES | Archive storage engine | NO | NO | NO |±-----------±--------±---------------------------------------------------------------±-------------±-----±-----------+
Donloaded the server from here: http://www.percona.com/downloads/Percona-Server-5.1/Percona- Server-5.1.47-11.2/deb/lucid/i686/