Commit e89b253c authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3052 document the indexer object relationships and API closes[t:3052]

git-svn-id: file:///svn/toku/tokudb@26027 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1deaf3ba
...@@ -16,7 +16,7 @@ extern "C" { ...@@ -16,7 +16,7 @@ extern "C" {
// The indexer populates multiple destination db's from the contents of one source db. // The indexer populates multiple destination db's from the contents of one source db.
// While the indexes are being built by the indexer, the application may continue to // While the indexes are being built by the indexer, the application may continue to
// change the contents of the soruce db. The changes will be reflected into the destination // change the contents of the source db. The changes will be reflected into the destination
// db's by the indexer. // db's by the indexer.
// //
// Each indexer references one source db. // Each indexer references one source db.
...@@ -34,7 +34,7 @@ extern "C" { ...@@ -34,7 +34,7 @@ extern "C" {
// indexer_flags is currently unused // indexer_flags is currently unused
// //
// Returns 0 if the indexer has been created and sets *indexer to the indexer object. // Returns 0 if the indexer has been created and sets *indexer to the indexer object.
// If an error occurred while creating the indexer object, a non-zero error is returned. // If an error occurred while creating the indexer object, a non-zero error number is returned.
int toku_indexer_create_indexer(DB_ENV *env, int toku_indexer_create_indexer(DB_ENV *env,
DB_TXN *txn, DB_TXN *txn,
DB_INDEXER **indexer, DB_INDEXER **indexer,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment