Fix compilation errors
This commit is contained in:
parent
4aaa38d26e
commit
d5a6bae7c0
@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include "common.h"
|
||||
#include "datasink.h"
|
||||
|
@ -23,7 +23,7 @@ Writes to the destination datasink are guaranteed to not be smaller than a
|
||||
specified buffer size (DS_DEFAULT_BUFFER_SIZE by default), with the only
|
||||
exception for the last write for a file. */
|
||||
|
||||
#include <mysql_version.h>
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include "ds_buffer.h"
|
||||
#include "common.h"
|
||||
|
@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <my_global.h>
|
||||
#include <mysql_version.h>
|
||||
#include <my_base.h>
|
||||
#include <quicklz.h>
|
||||
|
@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <mysql_version.h>
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include <mysys_err.h>
|
||||
#include "common.h"
|
||||
|
@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include <mysys_err.h>
|
||||
#include "common.h"
|
||||
|
@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
/* Do all writes to temporary files first, then pipe them to the specified
|
||||
datasink in a serialized way in deinit(). */
|
||||
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include "common.h"
|
||||
#include "datasink.h"
|
||||
|
@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <mysql_version.h>
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include "common.h"
|
||||
#include "datasink.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <my_global.h>
|
||||
#include <mysqld.h>
|
||||
#include <mysql.h>
|
||||
#include <xtrabackup.h>
|
||||
|
@ -22,6 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
/* Source file cursor implementation */
|
||||
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
|
||||
#include <fil0fil.h>
|
||||
|
@ -22,6 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
/* Page write filters implementation */
|
||||
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include "common.h"
|
||||
#include "write_filt.h"
|
||||
|
@ -40,7 +40,7 @@ permission notice:
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <mysql_version.h>
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include <handler.h>
|
||||
#include <trx0sys.h>
|
||||
|
@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <mysql_version.h>
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include <my_getopt.h>
|
||||
#include <hash.h>
|
||||
|
@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <mysql_version.h>
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include <zlib.h>
|
||||
#include "common.h"
|
||||
|
@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
*******************************************************/
|
||||
|
||||
#include <mysql_version.h>
|
||||
#include <my_global.h>
|
||||
#include <my_base.h>
|
||||
#include <zlib.h>
|
||||
#include "common.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user