mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Add missing comment and remove unnecessary initialization
- Commitc8948b0d0d
introduced `get_one_variable()` - updating missing argument. - Remove caller setting of empty string in `rpl_filter`, since underlying functions will do the same (commit9584cbe7fc
introduced). Reviewed by: <brandon.nesterenko@mariadb.com>
This commit is contained in:
@ -3581,6 +3581,7 @@ union Any_pointer {
|
||||
@param variable [in] Details of the variable.
|
||||
@param value_type [in] Variable type.
|
||||
@param show_type [in] Variable show type.
|
||||
@param status_var [in] Status variable pointer
|
||||
@param charset [out] Character set of the value.
|
||||
@param buff [in,out] Buffer to store the value.
|
||||
(Needs to have enough memory
|
||||
|
@ -4985,7 +4985,6 @@ Sys_var_rpl_filter::global_value_ptr(THD *thd,
|
||||
}
|
||||
|
||||
rpl_filter= mi->rpl_filter;
|
||||
tmp.length(0);
|
||||
|
||||
mysql_mutex_lock(&LOCK_active_mi);
|
||||
switch (opt_id) {
|
||||
|
Reference in New Issue
Block a user