From 50e114e15f6b114eaebc4475b52d92864831bbdd Mon Sep 17 00:00:00 2001 From: danw Date: Thu, 3 Jul 1997 02:52:07 +0000 Subject: [PATCH] bump max_row_count to 4096 (since the number of public lists is > 2048 now) --- server/mr_scall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mr_scall.c b/server/mr_scall.c index 03018812..3d54eba8 100644 --- a/server/mr_scall.c +++ b/server/mr_scall.c @@ -35,7 +35,7 @@ extern int dbms_errno, mr_errcode; static int row_count; /* Put this in a variable so that we can patch it if necessary */ -int max_row_count = 2048; +int max_row_count = 4096; /* * Welcome to the (finite state) machine (highest level). -- 2.45.1