summaryrefslogtreecommitdiff
path: root/db/recstore.h
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-03-17 17:02:21 -0400
committerDwight <dmerriman@gmail.com>2009-03-17 17:02:21 -0400
commit7165d7369e6b6e61f1c495ebcfdc5d92a5f2af13 (patch)
tree451aa73efd0ceef442ab73492216d1e49819e530 /db/recstore.h
parent5cd0f0e376ad4645f0741427cf50306ae80374ff (diff)
downloadmongo-7165d7369e6b6e61f1c495ebcfdc5d92a5f2af13.tar.gz
implemented dropIndexes for alt rec store
Diffstat (limited to 'db/recstore.h')
-rw-r--r--db/recstore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/recstore.h b/db/recstore.h
index de570a84a2f..8bec7f8d683 100644
--- a/db/recstore.h
+++ b/db/recstore.h
@@ -40,6 +40,8 @@ public:
int fileNumber; // this goes in DiskLoc::a
+ string filename;
+
private:
void writeHeader();