Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139942 | Differences between
and this patch

Collapse All | Expand All

(-)./maintenance/mysql5/tables.sql.orig (-1 / +1 lines)
Lines 991-997 Link Here
991
  job_params blob NOT NULL default '',
991
  job_params blob NOT NULL default '',
992
992
993
  PRIMARY KEY job_id (job_id),
993
  PRIMARY KEY job_id (job_id),
994
  KEY (job_cmd, job_namespace, job_title)
994
  KEY (job_cmd(128), job_namespace, job_title(128))
995
) TYPE=InnoDB, DEFAULT CHARSET=utf8;
995
) TYPE=InnoDB, DEFAULT CHARSET=utf8;
996
996
997
-- Details of updates to cached special pages
997
-- Details of updates to cached special pages

Return to bug 139942