summaryrefslogtreecommitdiff
path: root/storage/innobase/include/que0que.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/que0que.h')
-rw-r--r--storage/innobase/include/que0que.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/que0que.h b/storage/innobase/include/que0que.h
index 1a30ea45194..d81c77e3d36 100644
--- a/storage/innobase/include/que0que.h
+++ b/storage/innobase/include/que0que.h
@@ -207,9 +207,9 @@ que_eval_sql(
/*=========*/
pars_info_t* info, /*!< in: info struct, or NULL */
const char* sql, /*!< in: SQL string */
- bool reserve_dict_mutex,
+ bool lock_dict,
/*!< in: whether to acquire/release
- dict_sys.mutex around call to pars_sql. */
+ dict_sys.latch around call to pars_sql(). */
trx_t* trx); /*!< in: trx */
/**********************************************************************//**