From bef5a58588bcc49a72626fe5f3e2b63fcd33ccfd Mon Sep 17 00:00:00 2001 From: lenneis Date: Mon, 12 Jan 2004 13:52:24 +0000 Subject: [PATCH] FIX: btree does not support nelem in the ascii load files. --- bin/cnid/cnid2_create.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/cnid/cnid2_create.in b/bin/cnid/cnid2_create.in index 9d70f2cf..bd8edb39 100755 --- a/bin/cnid/cnid2_create.in +++ b/bin/cnid/cnid2_create.in @@ -3,7 +3,7 @@ # # Upgrade version 1 CNID databases to version 2 # -# $Id: cnid2_create.in,v 1.1.2.4 2004-01-11 22:38:37 lenneis Exp $ +# $Id: cnid2_create.in,v 1.1.2.5 2004-01-12 13:52:24 lenneis Exp $ # # Copyright (C) Joerg Lenneis 2003 # All Rights Reserved. See COPYING. @@ -199,8 +199,7 @@ sub output_header($$$) my $dbname = shift; my $n = shift; - printf $handle "VERSION=3\nformat=bytevalue\ndatabase=%s\n", $dbname; - printf $handle "type=btree\nh_nelem=%i\nHEADER=END\n", $n; + printf $handle "VERSION=3\nformat=bytevalue\ndatabase=%s\ntype=btree\nHEADER=END\n", $dbname; } sub expand_did_table($$) -- 2.39.2