diff options
author | sueloverso <sue@mongodb.com> | 2015-12-30 14:23:57 -0500 |
---|---|---|
committer | sueloverso <sue@mongodb.com> | 2015-12-30 14:23:57 -0500 |
commit | 44463c5f9e7545a7a0a8d80d9601b7237a6ee9bc (patch) | |
tree | 5d4451951a04f2d51293b117e2b6b9b50164f8f5 /examples/c/ex_data_source.c | |
parent | 5e48f18f85e670783af5f52137e1d5d0c031d5a3 (diff) | |
parent | 648afd064dc634bdb844360ab463228267640841 (diff) | |
download | mongodb-3.2.1.tar.gz |
Merge pull request #2386 from wiredtiger/wt-2276-checkpoint-decodemongodb-3.3.0mongodb-3.2.1
WT-2276 decode checkpoints via 'wt list -c' and via standalone Python utility.
Diffstat (limited to 'examples/c/ex_data_source.c')
-rw-r--r-- | examples/c/ex_data_source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/ex_data_source.c b/examples/c/ex_data_source.c index 3cd44257d39..5d1f2622ecb 100644 --- a/examples/c/ex_data_source.c +++ b/examples/c/ex_data_source.c @@ -439,7 +439,7 @@ my_open_cursor(WT_DATA_SOURCE *dsrc, WT_SESSION *session, { /*! [WT_EXTENSION metadata search] */ /* - * Insert a new WiredTiger metadata record. + * Search for a WiredTiger metadata record. */ const char *key = "datasource_uri"; char *value; |