X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2Fisamc.c;h=d8938a2bb418d2df5a807038d054de6c0a4e37c9;hb=cc9f94a61cbd9dcc0df0cf7d0c7c41d2cec88189;hp=d5a1bd1febaa5b0dca5fbdea43c7175781bfe433;hpb=3726bf6622da6a8b983bb4cbb7d654e84c3216d7;p=idzebra-moved-to-github.git diff --git a/isamc/isamc.c b/isamc/isamc.c index d5a1bd1..d8938a2 100644 --- a/isamc/isamc.c +++ b/isamc/isamc.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isamc.c,v $ - * Revision 1.19 1999-07-14 10:59:27 adam + * Revision 1.21 2002-06-19 10:29:18 adam + * align block sizes for isam sys. Better plot for test + * + * Revision 1.20 1999/11/30 13:48:04 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.19 1999/07/14 10:59:27 adam * Changed functions isc_getmethod, isams_getmethod. * Improved fatal error handling (such as missing EXPLAIN schema). * @@ -84,7 +90,7 @@ #include #include -#include +#include #include "isamc-p.h" static void flush_block (ISAMC is, int cat); @@ -103,7 +109,7 @@ void isc_getmethod (ISAMC_M m) { 32, 28, 0, 3 }, { 64, 54, 30, 0 }, #else - { 24, 22, 18, 10 }, + { 32, 26, 20, 10 }, { 128, 120, 100, 10 }, { 512, 490, 350, 10 }, { 2048, 1900, 1700, 10 },