summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorwax@kishkin.ru <>2003-05-31 15:44:19 +0600
committerwax@kishkin.ru <>2003-05-31 15:44:19 +0600
commita2e9bbf2ebecdd0b83bb9b7516cdcd8544f782d5 (patch)
tree879ead6061bc1bdc807a16f5c29c0fd10acc4404 /sql/field.h
parent666d46b6ee19c0399fadff220952a9ac9a097f85 (diff)
downloadmariadb-git-a2e9bbf2ebecdd0b83bb9b7516cdcd8544f782d5.tar.gz
URGENT
SCRUM BUG correct wrong code in group_concat
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,