s3: use TDB_INCOMPATIBLE_HASH (the jenkins hash) on all TDB_CLEAR_IF_FIRST tdb's.
[obnox/samba-ctdb.git] / source3 / utils / dbwrap_torture.c
index 24fdebea85442609077238d0fb8f39d327d75a89..5005743d490a6397a1e594e870da5363ccb08592 100644 (file)
@@ -300,7 +300,7 @@ int main(int argc, const char *argv[])
        }
 
        if (no_trans) {
-               tdb_flags |= TDB_CLEAR_IF_FIRST;
+               tdb_flags |= TDB_CLEAR_IF_FIRST|TDB_INCOMPATIBLE_HASH;
        }
 
        db = db_open(mem_ctx, db_name, 0, tdb_flags,  O_RDWR | O_CREAT, 0644);