From 509992ca0ddb5f178489ce5e6e50b9871e9a55a2 Mon Sep 17 00:00:00 2001 From: Constantin Jucovschi Date: Wed, 4 Nov 2009 19:47:30 -0500 Subject: Reverted changes made in patch # 3233545968eafa348f3479f050cc5b5c30b3a633. --- storagemgr/sstoragelayout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storagemgr') diff --git a/storagemgr/sstoragelayout.cc b/storagemgr/sstoragelayout.cc index 856294a..0dcef0c 100644 --- a/storagemgr/sstoragelayout.cc +++ b/storagemgr/sstoragelayout.cc @@ -40,7 +40,7 @@ unsigned int StorageLayout::DefaultIndexSize = 0; r_Index_Type StorageLayout::DefaultIndexType = r_RPlus_Tree_Index; // DirTilesIx; // AutoIx; -r_Tiling_Scheme StorageLayout::DefaultTilingScheme = r_DirectionalTiling; +r_Tiling_Scheme StorageLayout::DefaultTilingScheme = r_NoTiling; r_Minterval StorageLayout::DefaultTileConfiguration("[0:511,0:511]"); -- cgit