summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-03-15 11:55:44 +0200
committerunknown <monty@donna.mysql.fi>2001-03-15 11:55:44 +0200
commitc669254da76877d1ca9fc78c1065604a797935ef (patch)
tree4cbc0ef76ce9d184843d9c7b9ab153d5f4d8e35b /sql/sql_class.h
parent41ed01413fdfcfa8bec77c8ebd1a6850feb04463 (diff)
downloadmariadb-git-c669254da76877d1ca9fc78c1065604a797935ef.tar.gz
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.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 37ef237757d..1b444598401 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -550,7 +550,7 @@ class user_var_entry
public:
LEX_STRING name;
char *value;
- ulong length;
+ ulong length, update_query_id;
Item_result type;
};