1
0
Fork 0

call UpdateTickVocbase() for both document and revision id

This commit is contained in:
Jan Steemann 2012-06-22 12:45:08 +02:00
parent d1d5ab1436
commit 0bb547b8f9
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ static TRI_doc_mptr_t CreateDocument (TRI_sim_collection_t* sim,
// use existing document id & revision id
marker->_did = did;
marker->_rid = marker->base._tick = rid;
TRI_UpdateTickVocBase(did);
TRI_UpdateTickVocBase(rid);
}
else {