summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r--sql/set_var.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc
index b49040b8ec3..9fd5aa318c9 100644
--- a/sql/set_var.cc
+++ b/sql/set_var.cc
@@ -214,8 +214,9 @@ bool sys_var::update(THD *thd, set_var *var)
/*
Make sure we don't session-track variables that are not actually
- part of the session. tx_isolation and and tx_read_only for example
- exist as GLOBAL, SESSION, and one-shot ("for next transaction only").
+ part of the session. transaction_isolation and transaction_read_only for
+ example exist as GLOBAL, SESSION, and one-shot ("for next transaction
+ only").
*/
if ((var->type == OPT_SESSION) && (!ret))
{