Commit 4cc20c88 authored by Sergey Vojtovich's avatar Sergey Vojtovich Committed by Vladislav Vaintroub

Fixed build failure with PFS disabled

mariabackup fails to builds with PFS disabled. The reason was missing include,
which was included by PFS otherwise.
parent 9cefffda
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment