Commit d5a6bae7 authored by Sergei Golubchik's avatar Sergei Golubchik

Fix compilation errors

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