From: Brion Vibber Date: Sun, 9 Jul 2006 02:11:16 +0000 (+0000) Subject: Fix the other incidence of ENGINE= that was forgotten about X-Git-Tag: 1.31.0-rc.0~56342 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=a148c92429b60ade8bbbc490a72ff169a6420519;p=lhc%2Fweb%2Fwiklou.git Fix the other incidence of ENGINE= that was forgotten about --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index fca4d974e5..288d4a0636 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -492,7 +492,7 @@ CREATE TABLE /*$wgDBprefix*/langlinks ( UNIQUE KEY (ll_from, ll_lang), KEY (ll_lang, ll_title) -) ENGINE=InnoDB; +) TYPE=InnoDB; -- -- Contains a single row with some aggregate info