From: Brian B. <ca...@ai...> - 2003-08-13 20:50:07
|
Not by default, but you could try the following. First export CFLAGS="-DSLOW_READ" and run configure. Next edit src/libmdb/mem.c in mdb_alloc_tabledef() add a line after the memset like: table->noskip_del = 1; This will theoretically work, but I think you'll need a recent CVS copy of MDB Tools, I don't think the last release will cut it. On 13 Aug 2003, klemens zwischenbrugger wrote: > Hi, > > is there a chance to undelete/get back some deleted records > using mdbtools ? > As I know, there is done some 4k-block-copy inside the record > when deleting - maybee too much in my case. > > but anyway i like to give em a try - if possible... > > anywone know if possilbe with mdbtool ? > > best regards, > .klemens > > |