mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
OSX port
git-svn-id: file:///svn/tokudb@434 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#include <unistd.h>
|
||||||
#include "brttypes.h"
|
#include "brttypes.h"
|
||||||
#include "log-internal.h"
|
#include "log-internal.h"
|
||||||
#include "wbuf.h"
|
#include "wbuf.h"
|
||||||
@@ -10,7 +11,6 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
int tokulogger_find_next_unused_log_file(const char *directory, long long *result) {
|
int tokulogger_find_next_unused_log_file(const char *directory, long long *result) {
|
||||||
DIR *d=opendir(directory);
|
DIR *d=opendir(directory);
|
||||||
|
|||||||
Reference in New Issue
Block a user