From 4838f19f971c6afb68fa005a9ae247ce7b7807e6 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sat, 22 Jul 2006 15:12:27 +0000 Subject: [PATCH] Explicitly make user_newtalk InnoDB. --- maintenance/tables.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 044ccee57b..38fae7a252 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -23,7 +23,7 @@ -- in early 2002 after a lot of trouble with the fields -- auto-updating. -- --- The PostgreSQL backend uses DATETIME fields for timestamps, +-- The Postgres backend uses DATETIME fields for timestamps, -- and we will migrate the MySQL definitions at some point as -- well. -- @@ -152,7 +152,8 @@ CREATE TABLE /*$wgDBprefix*/user_newtalk ( user_ip varchar(40) NOT NULL default '', INDEX user_id (user_id), INDEX user_ip (user_ip) -); + +) TYPE=InnoDB; -- -- 2.20.1