[Koha-devel] z3950 searches

paul POULAIN paul.poulain at free.fr
Fri Jan 9 08:13:01 CET 2004


Hi,

on rel_2_0 branch, i've just commited a processqueue improved, bugfixed 
& documented.
Seems to work ihghly better (in non working situations & when 
killed/relaunched) & (hopefully) is more readable.

TEST IT PLEASE & report any feedback.

Note : an index has been added to z3950results table :

CREATE TABLE z3950results (
  id int(11) NOT NULL auto_increment,
  queryid int(11) default NULL,
  server varchar(255) default NULL,
  startdate int(11) default NULL,
  enddate int(11) default NULL,
  results longblob,
  numrecords int(11) default NULL,
  numdownloaded int(11) default NULL,
  highestseen int(11) default NULL,
  active smallint(6) default NULL,
  PRIMARY KEY  (id),
  UNIQUE KEY query_server (queryid,server) <<<<==== INDEX ADDED
) TYPE=MyISAM;

-- 
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)






More information about the Koha-devel mailing list