X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzebraapi.c;h=b4cade11ab5c928df8f3436a3c8db822aa25b965;hp=28886ff99e95d4c332613d0967e0db302010702d;hb=6a0f9234f945bc4956e2bcef75f715661a9eba9a;hpb=b5f030af4f75ee89f6199999132b371a87a29c98 diff --git a/index/zebraapi.c b/index/zebraapi.c index 28886ff..b4cade1 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 1994-2009 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -1453,7 +1453,6 @@ int delete_w_all_handle(const char *info, void *handle) while (isamb_pp_read(pt, &key)) { Record rec; - yaz_log(YLOG_LOG, "SYSNO=" ZINT_FORMAT, key.mem[0]); rec = rec_get(zh->reg->records, key.mem[0]); rec_del(zh->reg->records, &rec); } @@ -2302,7 +2301,6 @@ ZEBRA_RES zebra_update_record(ZebraHandle zh, return ZEBRA_FAIL; res = zebra_buffer_extract_record(zh, buf, buf_size, action, - 0, /* test_mode */ recordType, sysno, match, @@ -2454,6 +2452,7 @@ void zebra_lock_prefix(Res res, char *path) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab