Fix compilation errors

This commit is contained in:
Sergei Golubchik 2017-08-21 16:57:08 +02:00
parent 4aaa38d26e
commit d5a6bae7c0
14 changed files with 14 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -1,3 +1,4 @@
#include <my_global.h>
#include <mysqld.h>
#include <mysql.h>
#include <xtrabackup.h>

View File

@ -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>

View File

@ -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"

View File

@ -40,7 +40,7 @@ permission notice:
*******************************************************/
#include <mysql_version.h>
#include <my_global.h>
#include <my_base.h>
#include <handler.h>
#include <trx0sys.h>

View File

@ -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>

View File

@ -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"

View File

@ -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"