summaryrefslogtreecommitdiff
path: root/sql/set_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/set_var.h')
-rw-r--r--sql/set_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/set_var.h b/sql/set_var.h
index b495c17867d..580a3378b23 100644
--- a/sql/set_var.h
+++ b/sql/set_var.h
@@ -206,8 +206,8 @@ private:
protected:
/**
A pointer to a value of the variable for SHOW.
- It must be of show_val_type type (bool for SHOW_BOOL, int for SHOW_INT,
- longlong for SHOW_LONGLONG, etc).
+ It must be of show_val_type type (my_bool for SHOW_MY_BOOL,
+ int for SHOW_INT, longlong for SHOW_LONGLONG, etc).
*/
virtual uchar *session_value_ptr(THD *thd, const LEX_STRING *base);
virtual uchar *global_value_ptr(THD *thd, const LEX_STRING *base);