Skip to content

Commit

Permalink
MariaRocks: attempt to get to compile on Windows
Browse files Browse the repository at this point in the history
\include\mysql/psi/psi.h(1267): error C2061: syntax error:
identifier 'pthread_t' (compiling source file D:\win32-debug\build\src
\storage\rocksdb\rdb_psi.cc)\include\mysql/psi/psi.h(1267):
error C2061: syntax error: identifier 'pthread_t' (compiling source
file D:\win32-debug\build\src\storage\rocksdb\rdb_psi.cc)
  • Loading branch information
spetrunia committed Mar 12, 2017
1 parent 11789a4 commit 17aa495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/rocksdb/rdb_psi.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/* MySQL header files */
#include <my_global.h>
#include <my_pthread.h>
#include <mysql/psi/psi.h>

/* MyRocks header files */
Expand Down

0 comments on commit 17aa495

Please sign in to comment.