From a163c001724cd43f058478bf6ca17107dde2328c Mon Sep 17 00:00:00 2001 From: e107steved Date: Sat, 23 Oct 2010 15:57:29 +0000 Subject: [PATCH] EONE-130: some DB setups don't support InnoDB --- e107_admin/sql/core_sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/sql/core_sql.php b/e107_admin/sql/core_sql.php index 531deae83..32c17a449 100644 --- a/e107_admin/sql/core_sql.php +++ b/e107_admin/sql/core_sql.php @@ -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=InnoDB; +) TYPE=MyISAM; # -------------------------------------------------------- #