From 5de4171a81407686bd7bb30789b33b7f69903df4 Mon Sep 17 00:00:00 2001 From: Daniel Vassdal Date: Sat, 21 Feb 2015 12:09:40 +0100 Subject: m_sqloper.mysql.sql: TYPE is deprecated as of MySQL 5.5 "The older TYPE option that was synonymous with ENGINE was removed in MySQL 5.5." https://dev.mysql.com/doc/refman/5.6/en/create-table.html --- extras/m_sqloper.mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/m_sqloper.mysql.sql b/extras/m_sqloper.mysql.sql index 293a2aa70..9464adc1d 100644 --- a/extras/m_sqloper.mysql.sql +++ b/extras/m_sqloper.mysql.sql @@ -15,7 +15,7 @@ CREATE TABLE ircd_opers ( hostname text, type text, PRIMARY KEY (id) -) TYPE=MyISAM; +) ENGINE=MyISAM; -- -- Dumping data for table `ircd_opers` -- cgit v1.2.3