SHOW ENGINES patch does not show XtraDB info

Bug #617901 reported by Shlomi Noach
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona patches
Invalid
Undecided
Oleg Tsarev

Bug Description

http://www.percona.com/docs/wiki/patches:show_engines states that "show storage engines;" results with "... Percona-XtraDB, Supports transactions, row-level locking, and foreign keys ..."

But it is not so:

mysql> show storage engines;
+------------+---------+------------------------------------------------------------+--------------+------+------------+
| Engine | Support | Comment | Transactions | XA | Savepoints |
+------------+---------+------------------------------------------------------------+--------------+------+------------+
| CSV | YES | CSV storage engine | NO | NO | NO |
| InnoDB | DEFAULT | Supports transactions, row-level locking, and foreign keys | YES | YES | YES |
| MEMORY | YES | Hash based, stored in memory, useful for temporary tables | NO | NO | NO |
| MRG_MYISAM | YES | Collection of identical MyISAM tables | NO | NO | NO |
| MyISAM | YES | Default engine as of MySQL 3.23 with great performance | NO | NO | NO |
| SPHINX | YES | Sphinx storage engine 0.9.9 ($Revision: 2391 $) | NO | NO | NO |
+------------+---------+------------------------------------------------------------+--------------+------+------------+
6 rows in set (0.00 sec)

mysql> select version();
+------------+
| version() |
+------------+
| 5.1.47-log |
+------------+
1 row in set (0.00 sec)

-- funny: does not show Percona here -- but it *is* Percona server, source distribution

Percona Server compiled from source distribution:
http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.47-11.2/source/Percona-Server.tar.gz

e.g. error log startup output:
"...100814 9:36:26 Percona XtraDB (http://www.percona.com) 1.0.8-11.2 started; log sequence number 53945
..."

Revision history for this message
Oleg Tsarev (tsarev) wrote :

Shlomi,

As you can see on http://www.percona.com/docs/wiki/patches:show_engines this patch would be included in next release of Percona-Server - 12.0

Oleg Tsarev (tsarev)
Changed in percona-patches:
status: New → Invalid
assignee: nobody → Oleg Tsarev (tsarev)
Revision history for this message
Shlomi Noach (shlomi-noach) wrote :

Apologies!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.