summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fil0fil.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2015-01-21 14:33:39 +0100
committerSergei Golubchik <sergii@pisem.net>2015-01-21 14:33:39 +0100
commit476a8660e6472d68ea3faa221733e0f5f7fcdd64 (patch)
tree23a2ac20dfcea78d0b223dbdd10da21a5a439366 /storage/innobase/include/fil0fil.h
parentff55d900fbeb1d426e7737caef6748c3f13bf4e6 (diff)
parent06ae6c6dfe6e1e3225815ab0de070db3475eefa1 (diff)
downloadmariadb-git-476a8660e6472d68ea3faa221733e0f5f7fcdd64.tar.gz
InnoDB 5.6.22
Diffstat (limited to 'storage/innobase/include/fil0fil.h')
-rw-r--r--storage/innobase/include/fil0fil.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/innobase/include/fil0fil.h b/storage/innobase/include/fil0fil.h
index 55559bdd999..5d9f96ce364 100644
--- a/storage/innobase/include/fil0fil.h
+++ b/storage/innobase/include/fil0fil.h
@@ -42,6 +42,7 @@ Created 10/25/1995 Heikki Tuuri
#include <list>
+extern my_bool lower_case_file_system;
// Forward declaration
struct trx_t;
struct fil_space_t;
@@ -590,7 +591,8 @@ UNIV_INTERN
ibool
fil_inc_pending_ops(
/*================*/
- ulint id); /*!< in: space id */
+ ulint id, /*!< in: space id */
+ ibool print_err); /*!< in: need to print error or not */
/*******************************************************************//**
Decrements the count of pending operations. */
UNIV_INTERN