coll,
next,
ghobject_t::get_max(),
+ true,
LIST_AT_A_TIME,
&list,
&next);
cout << "remove_coll " << coll << std::endl;
while (!next.is_max()) {
vector<ghobject_t> objects;
- r = store->collection_list(coll, next, ghobject_t::get_max(), 300,
+ r = store->collection_list(coll, next, ghobject_t::get_max(), true, 300,
&objects, &next);
if (r < 0)
goto out;
while (!next.is_max()) {
vector<ghobject_t> objects;
- int r = store->collection_list(coll, next, ghobject_t::get_max(), 300,
+ int r = store->collection_list(coll, next, ghobject_t::get_max(), true, 300,
&objects, &next);
if (r < 0)
return r;