From 636ef802212f472d52740f8fbe865963f5a60188 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 28 Jun 2011 13:26:53 -0400 Subject: 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. --- dist/s_funcs.list | 1 - 1 file changed, 1 deletion(-) (limited to 'dist/s_funcs.list') 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 -- cgit v1.2.1