Skip to content

Commit

Permalink
On windows, pthread_t is not defined by the OS (percona#564)
Browse files Browse the repository at this point in the history
Summary:
Based on this one:
MariaDB/server@17aa495
Closes facebook/mysql-5.6#564

Differential Revision: D4696861

Pulled By: gunnarku

fbshipit-source-id: 402efdacf85
  • Loading branch information
spetrunia authored and inikep committed Nov 11, 2020
1 parent 1d8cd55 commit b29e88d
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 b29e88d

Please sign in to comment.