1
0
Fork 0

fixed issue 505: statistics not populated on MacOS

Conflicts:
	CHANGELOG
This commit is contained in:
Frank Celler 2013-05-04 21:51:05 +02:00
parent 581c667a5a
commit 51cefb18bf
2 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,15 @@
v1.3.0-alpha2 (XXXX-XX-XX) v1.3.0 (2013-05-XX)
-------------------------- -------------------
* fixed issue 505: statistics not populated on MacOS
v1.3.0-rc1 (2013-04-24)
-----------------------
* updated documentation for 1.3.0
* added node modules and npm packages
* changed compaction to only compact datafiles with more at least 10% of dead * changed compaction to only compact datafiles with more at least 10% of dead
documents (byte size-wise) documents (byte size-wise)

View File

@ -126,6 +126,7 @@
#define TRI_HAVE_POSIX 1 #define TRI_HAVE_POSIX 1
#define TRI_HAVE_LINUX_SOCKETS 1 #define TRI_HAVE_LINUX_SOCKETS 1
#define TRI_HAVE_MACH 1
#define TRI_HAVE_MACOS_SPIN 1 #define TRI_HAVE_MACOS_SPIN 1
#define TRI_HAVE_POSIX_THREADS 1 #define TRI_HAVE_POSIX_THREADS 1
#define TRI_HAVE_POSIX_MMAP 1 #define TRI_HAVE_POSIX_MMAP 1