remove deprecated sql-statement 'TYPE' and replaced it with 'ENGINE' for panel_sessions, fixes #654

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-03-14 08:19:39 +01:00
parent eaee62db4d
commit 24838ec2cf

View File

@@ -418,7 +418,7 @@ CREATE TABLE `panel_sessions` (
`theme` varchar(255) NOT NULL default '',
PRIMARY KEY (`hash`),
KEY `userid` (`userid`)
) TYPE=HEAP;
) ENGINE=HEAP;
#
# Dumping data for table `panel_sessions`