]> andersk Git - moira.git/blobdiff - server/qrtn.pc
Need to handle new subnet status in AskMCDInfo(), too.
[moira.git] / server / qrtn.pc
index 42892e2a201481df090234a18647986d370e1bd5..ee69a4973fd41a9e333736598b77ddf8b44f00c7 100644 (file)
@@ -44,7 +44,7 @@ extern int QueryCount, max_version;
 extern struct query Queries[];
 
 /* Put this in a variable so that we can patch it if necessary */
-int max_row_count = 4096;
+int max_row_count = 8192;
 
 int mr_verify_query(client *cl, struct query *q, int argc, char *argv_ro[]);
 int do_retrieve(struct query *q, char *pqual,
@@ -425,7 +425,8 @@ char *build_qual(char *fmt_buf, int argc, char *argv[])
 
   while (*fmt)
     {
-      if (!like && !arg)
+      
+      if ((!like && !arg) || argc == 0)
        {
          /* only plain text remains */
          strcpy(res, fmt);
This page took 0.05421 seconds and 4 git commands to generate.