From: maria-discuss-bounces+wlad=montyprogram.com@lists.launchpad.net [mailto:maria-discuss-bounces+wlad=montyprogram.com@lists.launchpad.net] On Behalf Of Jake Drew
Sent: Montag, 23. Mai 2011 18:34
To: maria-discuss@lists.launchpad.net
Subject: [Maria-discuss] XtraDB using the Windows Installer
I have a couple of questions regarding XtraDB.
If you left „Optimize for transactions“ checkbox “on” during the UI installation, then yes, it is installed and turned on by default (it adds default-storage-engine=innodb to my.ini, which means xtradb)
5.1.53 installer did not create a runnable instance. If you used mysqld –install to create the instance, the behavior would be different (MyISAM would be default storage engine)
innodb in maria it normally means xtradb, it is the “compiled-in” innodb.
“show engines” will confirm that – ‘comment’ column has “XtraDB engine based on InnoDB plugin.”