summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorunknown <wax@kishkin.ru>2003-05-31 15:44:19 +0600
committerunknown <wax@kishkin.ru>2003-05-31 15:44:19 +0600
commite0c9de6e62a199ec48ac1c910de4bcad28425c76 (patch)
tree879ead6061bc1bdc807a16f5c29c0fd10acc4404 /sql/field.h
parentc121cb748d9432561664ad020c3c48431fe2a48c (diff)
downloadmariadb-git-e0c9de6e62a199ec48ac1c910de4bcad28425c76.tar.gz
URGENT
SCRUM BUG correct wrong code in group_concat mysql-test/r/func_gconcat.result: add new tests mysql-test/t/func_gconcat.test: add new tests sql/field.cc: add new variable for group_concat sql/field.h: add new variable for group_concat sql/item_sum.cc: correct wrong code sql/item_sum.h: correct wrong code
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h
index 80bfc516ef7..088dae49c6f 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -62,6 +62,7 @@ public:
uint32 field_length; // Length of field
uint16 flags;
uchar null_bit; // Bit used to test null bit
+ uint abs_offset; // use only in group_concat
Field(char *ptr_arg,uint32 length_arg,uchar *null_ptr_arg,uchar null_bit_arg,
utype unireg_check_arg, const char *field_name_arg,