Mercurial > hg > audiodb
comparison soap.cpp @ 320:a995e5ad999a large_adb
working LARGE_ADB support. Activiate at creation time with -N --ntracks 20001 or greater, or with --datasize 1356 or greater, or both. LARGE_ADB blocks non-indexed QUERY.
author | mas01mc |
---|---|
date | Wed, 20 Aug 2008 13:50:58 +0000 |
parents | b9eff6896943 |
children | 634959ef98f2 |
comparison
equal
deleted
inserted
replaced
319:b9eff6896943 | 320:a995e5ad999a |
---|---|
126 strncpy(queryType, "sequence", strlen("sequence")); | 126 strncpy(queryType, "sequence", strlen("sequence")); |
127 else if(qType == O2_TRACK_QUERY) | 127 else if(qType == O2_TRACK_QUERY) |
128 strncpy(queryType,"track", strlen("track")); | 128 strncpy(queryType,"track", strlen("track")); |
129 else if(qType == O2_N_SEQUENCE_QUERY) | 129 else if(qType == O2_N_SEQUENCE_QUERY) |
130 strncpy(queryType,"nsequence", strlen("nsequence")); | 130 strncpy(queryType,"nsequence", strlen("nsequence")); |
131 else | |
132 strncpy(queryType, "", strlen("")); | |
133 | 131 |
134 if(pointNN==0) | 132 if(pointNN==0) |
135 pointNN=10; | 133 pointNN=10; |
136 if(trackNN==0) | 134 if(trackNN==0) |
137 trackNN=10; | 135 trackNN=10; |