Commit f2be9c0f authored by Sergei Golubchik's avatar Sergei Golubchik

after merge. innodb/xtradb to work on Windows

parent 6e8e081a
...@@ -55,6 +55,8 @@ Created 10/25/1995 Heikki Tuuri ...@@ -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
============================================= =============================================
......
...@@ -42,7 +42,6 @@ Created 10/25/1995 Heikki Tuuri ...@@ -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;
......
...@@ -55,6 +55,8 @@ Created 10/25/1995 Heikki Tuuri ...@@ -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
============================================= =============================================
......
...@@ -43,7 +43,6 @@ Created 10/25/1995 Heikki Tuuri ...@@ -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;
......
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