summaryrefslogtreecommitdiff
path: root/dist/s_funcs.list
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-06-28 13:26:53 -0400
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-06-28 13:26:53 -0400
commit636ef802212f472d52740f8fbe865963f5a60188 (patch)
tree2aec7fd46fe4c058482187fe1f9613d3582d5704 /dist/s_funcs.list
parentf565e67e8e11f6fad387ba434d8a1820755c25d3 (diff)
downloadmongo-636ef802212f472d52740f8fbe865963f5a60188.tar.gz
Separate "table dump with a cursor" from "dump the file in debugging
mode". In BDB, files are the same as tables, and it made sense that they looked similar, and that's the way I originally wrote the WiredTiger code. However, in Michael's API, we'll use high-level cursors to dump tables, and dumping a physical file isn't a cursor operation, it's a page-oriented file operation. Add a new wt utility command, "dumpfile", that dumps a physical file in debugging mode. Remove the "debug" flag from the "wt dump" command (it never worked anyway, "debug" wasn't a valid configuration string for a cursor). Remove the "debugging file dump" code from the more general-purpose Btree dump code, this removed the last user of the WT_DEBUG flag, remove it as well. Delete some comments in dist/api_data.py, they're no longer useful, they described a previous version of the file.
Diffstat (limited to 'dist/s_funcs.list')
-rw-r--r--dist/s_funcs.list1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/s_funcs.list b/dist/s_funcs.list
index d45f490a0cd..c28adb02235 100644
--- a/dist/s_funcs.list
+++ b/dist/s_funcs.list
@@ -4,7 +4,6 @@ __wt_config_getone
__wt_connection_stat_clear
__wt_connection_stat_print
__wt_debug_addr
-__wt_debug_dump
__wt_debug_tree
__wt_debug_tree_all
__wt_log_printf