mirror of https://gitee.com/bigwinds/arangodb
Fix compile error
This commit is contained in:
parent
82682f8d25
commit
9628420e68
|
@ -537,7 +537,8 @@ static int DumpCollection(TRI_replication_dump_t* dump,
|
|||
bool bufferFull = false;
|
||||
|
||||
auto callback = [&dump, &lastFoundTick, &databaseId, &collectionId,
|
||||
&withTicks, &isEdgeCollection, &bufferFull, &useVpp](
|
||||
&withTicks, &isEdgeCollection, &bufferFull, &useVpp,
|
||||
&collection](
|
||||
TRI_voc_tick_t foundTick, TRI_df_marker_t const* marker) {
|
||||
// note the last tick we processed
|
||||
lastFoundTick = foundTick;
|
||||
|
|
Loading…
Reference in New Issue