mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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
|
||||
|
Reference in New Issue
Block a user