summaryrefslogtreecommitdiff
path: root/storage/innobase/include/os0proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/os0proc.h')
-rw-r--r--storage/innobase/include/os0proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/os0proc.h b/storage/innobase/include/os0proc.h
index 69d48c4d2f6..30ef295a7ab 100644
--- a/storage/innobase/include/os0proc.h
+++ b/storage/innobase/include/os0proc.h
@@ -40,7 +40,7 @@ typedef unsigned long int os_process_id_t;
/** The total amount of memory currently allocated from the operating
system with os_mem_alloc_large(). */
-extern ulint os_total_large_mem_allocated;
+extern Atomic_counter<ulint> os_total_large_mem_allocated;
/** Converts the current process id to a number.
@return process id as a number */