1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added tests if a user variable is changed in the same query.

Docs/manual.texi:
  Updated info about some common problems.
mysql-test/r/user_var.result:
  Added tests of using user variables.
mysql-test/t/user_var.test:
  Added tests of using user variables.
This commit is contained in:
unknown
2001-03-15 11:55:44 +02:00
parent 41ed01413f
commit c669254da7
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;
};