summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authormonty@tik.mysql.fi <>2001-09-27 21:45:48 +0300
committermonty@tik.mysql.fi <>2001-09-27 21:45:48 +0300
commite05bf277d6529b61bf74cf0b8b3e6efd994869a0 (patch)
treebacb3c051e2ae3debd9dedea9b0eb2efd094a961 /sql/item.h
parent5d9be4de24ab02436edbe2c75e96704a31c522b2 (diff)
downloadmariadb-git-e05bf277d6529b61bf74cf0b8b3e6efd994869a0.tar.gz
Final fixes for INSERT into MERGE tables.
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h
index 98abdc834d9..9ab41af3398 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -43,6 +43,7 @@ public:
my_bool maybe_null; /* If item may be null */
my_bool null_value; /* if item is null */
my_bool binary;
+ my_bool unsigned_flag;
my_bool with_sum_func;