#ident "Copyright (c) 2007-2011 Tokutek Inc. All rights reserved."
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
// This test verifies that db->dbremove and db->truncate can be called
// during a call to db->hot_optimize without causing problems. See
// #4356.
#include"test.h"
constsize_tVALSIZE=100;
// If a full leaf is 4 MB and a full internal node has 16 children, then
// a height 1 tree can have at most 64 MB of data (ish). 100 MB should
// easily be enough to force a height 2 tree, which should be enough for