after merge. innodb/xtradb to work on Windows

This commit is contained in:
Sergei Golubchik 2015-01-22 08:58:13 +01:00
parent 6e8e081a6f
commit f2be9c0fea
4 changed files with 4 additions and 2 deletions

View File

@ -55,6 +55,8 @@ Created 10/25/1995 Heikki Tuuri
static ulint srv_data_read, srv_data_written; static ulint srv_data_read, srv_data_written;
#endif /* !UNIV_HOTBACKUP */ #endif /* !UNIV_HOTBACKUP */
MYSQL_PLUGIN_IMPORT extern my_bool lower_case_file_system;
/* /*
IMPLEMENTATION OF THE TABLESPACE MEMORY CACHE IMPLEMENTATION OF THE TABLESPACE MEMORY CACHE
============================================= =============================================

View File

@ -42,7 +42,6 @@ Created 10/25/1995 Heikki Tuuri
#include <list> #include <list>
extern my_bool lower_case_file_system;
// Forward declaration // Forward declaration
struct trx_t; struct trx_t;
struct fil_space_t; struct fil_space_t;

View File

@ -55,6 +55,8 @@ Created 10/25/1995 Heikki Tuuri
static ulint srv_data_read, srv_data_written; static ulint srv_data_read, srv_data_written;
#endif /* !UNIV_HOTBACKUP */ #endif /* !UNIV_HOTBACKUP */
MYSQL_PLUGIN_IMPORT extern my_bool lower_case_file_system;
/* /*
IMPLEMENTATION OF THE TABLESPACE MEMORY CACHE IMPLEMENTATION OF THE TABLESPACE MEMORY CACHE
============================================= =============================================

View File

@ -43,7 +43,6 @@ Created 10/25/1995 Heikki Tuuri
#include <list> #include <list>
extern my_bool lower_case_file_system;
// Forward declaration // Forward declaration
struct trx_t; struct trx_t;
struct fil_space_t; struct fil_space_t;