DEVEL15-windows-bplus-disable-20070828
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 28 Aug 2007 18:50:06 +0000 (18:50 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 28 Aug 2007 18:50:06 +0000 (18:50 +0000)
In preparation for 1.5.24, disable B+tree support by default.
It can be enabled with the "BPlusTrees" registry parameter.

(cherry picked from commit 1c264430ff8efa1afe7a61162d12cd499d6d30ee)

src/WINNT/afsd/cm_dir.c

index 5fd6a17..4b71b56 100644 (file)
@@ -34,7 +34,7 @@ afs_uint64 dir_lookup_time = 0;
 afs_uint64 dir_create_time = 0;
 afs_uint64 dir_remove_time = 0;
 
-afs_int32  cm_BPlusTrees = 1;
+afs_int32  cm_BPlusTrees = 0;
 
 void cm_DirDumpStats(void)
 {