**Can we create a table in MariaDB 10.2 with XtraDB engine?**
I have installed MariaDB **10.2** and I am trying to create a table with storage engine XtraDB and I am getting error
*mysql> CREATE TABLE
T1
(ID
smallint(6),NAME
varchar(30)) ENGINE=XtraDB;
*ERROR 1286 (42000): **Unknown storage engine** 'XtraDB'*
If I lists the engines of MariaDB here, there are no XtraDB engine type available.
Part of show engines output:

Asked by thisissanjeeva.com
(76 rep)
Apr 4, 2019, 05:43 AM
Last activity: Jul 30, 2019, 09:04 AM
Last activity: Jul 30, 2019, 09:04 AM