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:
d996e25
)
Diagnostic map tweaks for "Database does not exist"
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 28 Feb 2012 15:53:19 +0000
(16:53 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 28 Feb 2012 15:54:40 +0000
(16:54 +0100)
Bib-1 114: Database unavailable and Bib-1: 235 "Database does not
exist" maps to SRU diagnostic 235 "Database does not exist".
src/diag_map.c
patch
|
blob
|
history
diff --git
a/src/diag_map.c
b/src/diag_map.c
index
0788299
..
610b2c6
100644
(file)
--- a/
src/diag_map.c
+++ b/
src/diag_map.c
@@
-70,7
+70,7
@@
static int bib1_srw_map[] = {
108, 27,
108, 45,
- 109, 2,
+ 109, 235,
110, 37,
111, 1,
112, 58,
@@
-134,7
+134,7
@@
static int bib1_srw_map[] = {
232, 1,
233, 1, /* bad map */
234, 1, /* bad map */
- 235, 2,
+ 235, 235,
236, 3,
237, 82,
238, 67,
@@
-192,6
+192,7
@@
static int bib1_srw_map[] = {
static int srw_bib1_map[] = {
10, 108,
66, 238,
+ 235, 235,
/* No doubt there are many more */
0
};