1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

EONE-130: Add support for InnoDB tables in installer

This commit is contained in:
e107steved
2010-10-23 16:40:42 +00:00
parent a163c00172
commit 812ef3f7a5
2 changed files with 2 additions and 2 deletions

View File

@@ -357,7 +357,7 @@ CREATE TABLE online (
online_active int(10) unsigned NOT NULL default '0',
online_agent varchar(255) NOT NULL default '',
KEY online_ip (online_ip)
) TYPE=MyISAM;
) TYPE=InnoDB;
# --------------------------------------------------------
#