Author: Lindsey Simon
Email: [EMAIL PROTECTED]
Message:
I just looked at create.txt in the latest src
mnogosearch-3.2.3/create/mysql
CREATE TABLE url (
  rec_id int(11) DEFAULT '0' NOT NULL auto_increment,
  status int(11) DEFAULT '0' NOT NULL,
  url char(128) binary DEFAULT '' NOT NULL,
  content_type char(48) DEFAULT '' NOT NULL,
  title char(128) DEFAULT '' NOT NULL,
  txt char(255) DEFAULT '' NOT NULL,
  docsize int(11) DEFAULT '0' NOT NULL,
  next_index_time INT NOT NULL,
  last_mod_time INT NOT NULL,
  referrer int(11) DEFAULT '0' NOT NULL,
  tag char(16) DEFAULT '0' NOT NULL,
  hops int(11) DEFAULT '0' NOT NULL,
  category char(16) DEFAULT '' NOT NULL,
  keywords char(255) DEFAULT '' NOT NULL,
  description char(100) DEFAULT '' NOT NULL,
  crc32 int(11) DEFAULT '0' NOT NULL,
  lang char(32) DEFAULT '' NOT NULL,
  charset char(40) DEFAULT '' NOT NULL,
  PRIMARY KEY (rec_id),
  UNIQUE url (url),
  KEY key_crc (crc32)
);

last_mod_time is there and it sounds like it needs to be last_index_time ...

Reply: <http://www.mnogosearch.org/board/message.php?id=4432>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to