mirror of https://gitee.com/bigwinds/arangodb
Merge branch '2.3' of https://github.com/triAGENS/ArangoDB into 2.3
This commit is contained in:
commit
fc4cbbf41c
|
@ -209,7 +209,7 @@ var helpArangoCollection = arangosh.createHelpHeadline("ArangoCollection help")
|
||||||
' truncate() delete all documents ' + "\n" +
|
' truncate() delete all documents ' + "\n" +
|
||||||
' properties() show collection properties ' + "\n" +
|
' properties() show collection properties ' + "\n" +
|
||||||
' drop() delete a collection ' + "\n" +
|
' drop() delete a collection ' + "\n" +
|
||||||
' load() load a collection into memeory ' + "\n" +
|
' load() load a collection into memory ' + "\n" +
|
||||||
' unload() unload a collection from memory ' + "\n" +
|
' unload() unload a collection from memory ' + "\n" +
|
||||||
' rename(<new-name>) renames a collection ' + "\n" +
|
' rename(<new-name>) renames a collection ' + "\n" +
|
||||||
' getIndexes() return defined indexes ' + "\n" +
|
' getIndexes() return defined indexes ' + "\n" +
|
||||||
|
|
|
@ -208,7 +208,7 @@ var helpArangoCollection = arangosh.createHelpHeadline("ArangoCollection help")
|
||||||
' truncate() delete all documents ' + "\n" +
|
' truncate() delete all documents ' + "\n" +
|
||||||
' properties() show collection properties ' + "\n" +
|
' properties() show collection properties ' + "\n" +
|
||||||
' drop() delete a collection ' + "\n" +
|
' drop() delete a collection ' + "\n" +
|
||||||
' load() load a collection into memeory ' + "\n" +
|
' load() load a collection into memory ' + "\n" +
|
||||||
' unload() unload a collection from memory ' + "\n" +
|
' unload() unload a collection from memory ' + "\n" +
|
||||||
' rename(<new-name>) renames a collection ' + "\n" +
|
' rename(<new-name>) renames a collection ' + "\n" +
|
||||||
' getIndexes() return defined indexes ' + "\n" +
|
' getIndexes() return defined indexes ' + "\n" +
|
||||||
|
|
|
@ -502,7 +502,7 @@ StatisticsDistribution* TRI_BytesReceivedDistributionStatistics;
|
||||||
TRI_server_statistics_t TRI_ServerStatistics;
|
TRI_server_statistics_t TRI_ServerStatistics;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief physical memeory
|
/// @brief physical memory
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
uint64_t TRI_PhysicalMemory;
|
uint64_t TRI_PhysicalMemory;
|
||||||
|
|
|
@ -280,7 +280,7 @@ extern triagens::basics::StatisticsDistribution* TRI_BytesReceivedDistributionSt
|
||||||
extern TRI_server_statistics_t TRI_ServerStatistics;
|
extern TRI_server_statistics_t TRI_ServerStatistics;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief physical memeory
|
/// @brief physical memory
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
extern uint64_t TRI_PhysicalMemory;
|
extern uint64_t TRI_PhysicalMemory;
|
||||||
|
|
Loading…
Reference in New Issue