1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 01:40:22 +02:00

EONE-130: some DB setups don't support InnoDB

This commit is contained in:
e107steved
2010-10-23 15:57:29 +00:00
parent 1ce87f76b0
commit a163c00172

View File

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