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:
d802116
)
yaz-ztest: set named_result_sets flag
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Sep 2015 15:26:20 +0000
(17:26 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Sep 2015 15:26:20 +0000
(17:26 +0200)
ztest/ztest.c
patch
|
blob
|
history
diff --git
a/ztest/ztest.c
b/ztest/ztest.c
index
cc7736d
..
2d7e13b
100644
(file)
--- a/
ztest/ztest.c
+++ b/
ztest/ztest.c
@@
-1145,6
+1145,7
@@
bend_initresult *bend_init(bend_initrequest *q)
q->query_charset = "ISO-8859-1";
q->records_in_same_charset = 0;
+ q->named_result_sets = 1;
return r;
}