mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
Fixed build failure with PFS disabled
mariabackup fails to builds with PFS disabled. The reason was missing include, which was included by PFS otherwise.
This commit is contained in:
parent
17529785f1
commit
abf61fd91f
1 changed files with 1 additions 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue