Commit 689ffe35 authored by Sergei Golubchik's avatar Sergei Golubchik

fix failing rpl.rpl_user_variables

typo fixed. use correct constant.
parent 3050b290
...@@ -7535,7 +7535,7 @@ User_var_log_event(const char* buf, uint event_len, ...@@ -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;
......
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