1
0
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:
monty@donna.mysql.fi
2001-03-15 11:55:44 +02:00
parent d0722d73b0
commit c36f4fd0c2
6 changed files with 55 additions and 12 deletions

View File

@ -550,7 +550,7 @@ class user_var_entry
public:
LEX_STRING name;
char *value;
ulong length;
ulong length, update_query_id;
Item_result type;
};