Skip to content
Permalink
Browse files
Fixed build failure with PFS disabled
mariabackup fails to builds with PFS disabled. The reason was missing include,
which was included by PFS otherwise.
  • Loading branch information
Sergey Vojtovich authored and vaintroub committed Nov 24, 2017
1 parent 9cefffd commit 4cc20c8
Showing 1 changed file with 1 addition and 0 deletions.
@@ -25,6 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#include <mysql_version.h>
#include <fcntl.h>
#include <stdarg.h>
#include <my_sys.h>


# define fil_is_user_tablespace_id(i) ((i) > srv_undo_tablespaces_open)

0 comments on commit 4cc20c8

Please sign in to comment.