Code to import MySQL objects into LevelDB. (Or another MySQL database if you really wanted to.)

This commit is contained in:
JoelKatz
2013-05-03 16:23:33 -07:00
parent be2865481f
commit ecfe553ef9
2 changed files with 40 additions and 46 deletions

View File

@@ -73,7 +73,7 @@ public:
void tune(int size, int age);
void sweep() { mCache.sweep(); mNegativeCache.sweep(); }
int import(const std::string&);
int import(const std::string& fileName, bool checkHashes);
};
#endif