That (1) qualifier on tinyint - I do not think it means what you think it means.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Wed, 9 Jul 2008 19:32:48 +0000 (19:32 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Wed, 9 Jul 2008 19:32:48 +0000 (19:32 +0000)
maintenance/tables.sql

index da96872..3821e5b 100644 (file)
@@ -1247,7 +1247,7 @@ CREATE TABLE /*$wgDBprefix*/recentlinkchanges (
   rlc_timestamp binary(14) NOT NULL default '',
   -- 1: insert; 2: deletion;
   -- should probably make this an enum...
-  rlc_action tinyint(1) NOT NULL default 0,
+  rlc_action tinyint NOT NULL default 0,
 
   -- page where the links are on
   rlc_from int NOT NULL,