got error -1 from storage engine
what does this mean? I got this message when I ran this query:
INSERT INTO vbsearchgroup (username, contenttypeid, groupid, userid, dateline)
VALUES ( '', 3, 2, 0, 1296225642 )
ON DUPLICATE KEY UPDATE username = VALUES(username), contenttypeid = VALUES(contenttypeid), groupid = VALUES(groupid), userid = VALUES(userid), dateline = VALUES(dateline);
of course this is a query from a vbulletin forum but I did it in phpMyAdmin directly to verify that it was giving that error. Can't find a reference to error -1 at MySQL site.
None of the tables show crashed either and none are near capacity - just recently installed the forum. Appreciate your reply.