fix failing rpl.rpl_user_variables
typo fixed. use correct constant.
This commit is contained in:
parent
3050b290d5
commit
689ffe3559
@ -7535,7 +7535,7 @@ User_var_log_event(const char* buf, uint event_len,
|
|||||||
may have the bigger value possible, is_null= True and there is no
|
may have the bigger value possible, is_null= True and there is no
|
||||||
payload for val, or even that name_len is 0.
|
payload for val, or even that name_len is 0.
|
||||||
*/
|
*/
|
||||||
if (name + name_len + UV_NAME_LEN_SIZE > buf_end)
|
if (name + name_len + UV_VAL_IS_NULL > buf_end)
|
||||||
{
|
{
|
||||||
error= true;
|
error= true;
|
||||||
goto err;
|
goto err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user