The "index table" index_articleID_rc_ts needs a primary key. It has either to
be automatically created upond schema creation or added later on upon first
access (like the indexes)
ALTER TABLE index_articleID_rc_ts ADD PRIMARY KEY(ArticleID);
Original issue reported on code.google.com by oliver.ferschke on 12 Jul 2011 at 8:58
Original issue reported on code.google.com by
oliver.ferschke
on 12 Jul 2011 at 8:58