summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fsp0file.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/fsp0file.h')
-rw-r--r--storage/innobase/include/fsp0file.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/innobase/include/fsp0file.h b/storage/innobase/include/fsp0file.h
index 8c11d61c5aa..e62d1e45e7f 100644
--- a/storage/innobase/include/fsp0file.h
+++ b/storage/innobase/include/fsp0file.h
@@ -456,6 +456,11 @@ public:
/* Use field st_ino. */
struct stat m_file_info;
#endif /* WIN32 */
+
+ /* This variable is being used during backup. It is
+ set to true when tablespace should not be deferred
+ anymore */
+ bool m_avoid_defer= false;
};