koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] z3950 searches


From: paul POULAIN
Subject: [Koha-devel] z3950 searches
Date: Fri Jan 9 08:13:01 2004
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.4) Gecko/20030630

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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]