Commit b7928f75 authored by Anel Husakovic's avatar Anel Husakovic Committed by Anel

Add missing comment and remove unnecessary initialization

- Commit c8948b0d introduced `get_one_variable()` - updating missing argument.
- Remove caller setting of empty string in `rpl_filter`, since underlying functions will do the same
  (commit 9584cbe7 introduced).

Reviewed by: <brandon.nesterenko@mariadb.com>
parent 16b2bb90
...@@ -3581,6 +3581,7 @@ union Any_pointer { ...@@ -3581,6 +3581,7 @@ union Any_pointer {
@param variable [in] Details of the variable. @param variable [in] Details of the variable.
@param value_type [in] Variable type. @param value_type [in] Variable type.
@param show_type [in] Variable show type. @param show_type [in] Variable show type.
@param status_var [in] Status variable pointer
@param charset [out] Character set of the value. @param charset [out] Character set of the value.
@param buff [in,out] Buffer to store the value. @param buff [in,out] Buffer to store the value.
(Needs to have enough memory (Needs to have enough memory
......
...@@ -4985,7 +4985,6 @@ Sys_var_rpl_filter::global_value_ptr(THD *thd, ...@@ -4985,7 +4985,6 @@ Sys_var_rpl_filter::global_value_ptr(THD *thd,
} }
rpl_filter= mi->rpl_filter; rpl_filter= mi->rpl_filter;
tmp.length(0);
mysql_mutex_lock(&LOCK_active_mi); mysql_mutex_lock(&LOCK_active_mi);
switch (opt_id) { switch (opt_id) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment