projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce9902
)
All databases with prefix db allowed
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 25 Jan 2010 10:59:19 +0000
(11:59 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 25 Jan 2010 10:59:19 +0000
(11:59 +0100)
ztest/ztest.c
patch
|
blob
|
history
diff --git
a/ztest/ztest.c
b/ztest/ztest.c
index
7d2f90b
..
0cf54d1
100644
(file)
--- a/
ztest/ztest.c
+++ b/
ztest/ztest.c
@@
-128,9
+128,11
@@
int ztest_search(void *handle, bend_search_rr *rr)
rr->errcode = YAZ_BIB1_COMBI_OF_SPECIFIED_DATABASES_UNSUPP;
return 0;
}
- /* Throw Database unavailable if other than Default or Slow */
+ /* Allow Default, db.* and Slow */
if (!yaz_matchstr(rr->basenames[0], "Default"))
; /* Default is OK in our test */
+ else if (!strncmp(rr->basenames[0], "db", 2))
+ ; /* db.* is OK in our test */
else if (check_slow(rr->basenames[0], rr->association))
{
rr->estimated_hit_count = 1;