koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/marc/benchmarks benchmarkschema,1.1,1.2


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/marc/benchmarks benchmarkschema,1.1,1.2
Date: Wed, 22 May 2002 09:00:53 -0700

Update of /cvsroot/koha/koha/marc/benchmarks
In directory usw-pr-cvs1:/tmp/cvs-serv8253/benchmarks

Modified Files:
        benchmarkschema 
Log Message:
First attempt at a perl data structure for marc records


Index: benchmarkschema
===================================================================
RCS file: /cvsroot/koha/koha/marc/benchmarks/benchmarkschema,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** benchmarkschema     17 May 2002 22:03:15 -0000      1.1
--- benchmarkschema     22 May 2002 16:00:51 -0000      1.2
***************
*** 18,22 ****
                valuebloblink bigint(20) default NULL,
                PRIMARY KEY (subfieldid),
!               KEY (bibid,tagid,tag,subfieldcode)
                ) TYPE=MyISAM;
  
--- 18,23 ----
                valuebloblink bigint(20) default NULL,
                PRIMARY KEY (subfieldid),
!               KEY (bibid,tagid,tag,subfieldcode),
!               KEY (bibid,tag,subfieldcode,subfieldvalue)
                ) TYPE=MyISAM;
  




reply via email to

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