summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0purge.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-02-19 11:37:29 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-02-19 11:37:29 +0200
commit2ba487cfe8bd95b90a537a5e9e54b5c1a5a35f37 (patch)
treed807814af6a0e1bb93b9f0060244220a0830dcc8 /storage/innobase/include/trx0purge.h
parentafc56a509cc7d3d651ca68ad826ca183da8dc7cc (diff)
parentef3147b1d64b298486fc6f77f9e84b28a9d1c5b3 (diff)
downloadmariadb-git-2ba487cfe8bd95b90a537a5e9e54b5c1a5a35f37.tar.gz
Merge bb-10.2-ext into 10.3
Diffstat (limited to 'storage/innobase/include/trx0purge.h')
-rw-r--r--storage/innobase/include/trx0purge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/trx0purge.h b/storage/innobase/include/trx0purge.h
index 33f46b32a7d..b78507c96c1 100644
--- a/storage/innobase/include/trx0purge.h
+++ b/storage/innobase/include/trx0purge.h
@@ -511,9 +511,9 @@ public:
parallelized purge operation */
ReadView view; /*!< The purge will not remove undo logs
which are >= this view (purge view) */
- volatile ulint n_submitted; /*!< Count of total tasks submitted
+ ulint n_submitted; /*!< Count of total tasks submitted
to the task queue */
- volatile ulint n_completed; /*!< Count of total tasks completed */
+ ulint n_completed; /*!< Count of total tasks completed */
/*------------------------------*/
/* The following two fields form the 'purge pointer' which advances