mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Added tests if a user variable is changed in the same query.
This commit is contained in:
@ -550,7 +550,7 @@ class user_var_entry
|
||||
public:
|
||||
LEX_STRING name;
|
||||
char *value;
|
||||
ulong length;
|
||||
ulong length, update_query_id;
|
||||
Item_result type;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user