Reputation: 447
I'm using Percona Server with XtraDB, but in Workbench I see the storage engine of the tables is InnoDB.
How can I configure the server to use XtraDB?
Upvotes: 0
Views: 122
Reputation: 447
That answer my question:
https://www.percona.com/doc/percona-server/LATEST/diagnostics/show_engines.html
Storage engine name is InnoDB, but in Comment column I can see "Percona-XtraDB, Supports transactions, row-level locking, and foreign keys"
Upvotes: 1