diff options
author | monty@mysql.com <> | 2004-04-05 16:28:16 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-04-05 16:28:16 +0300 |
commit | 00135169518ed0953dd53b5ae11e783a850a46ea (patch) | |
tree | 2c8ec348c331cb6321acc9ec80f6b07df0a8d51e /sql/field.h | |
parent | 2e22d5442921225f461841e29cc42c05f0a239cf (diff) | |
parent | 42cf92ce37c7ce9b7356d04273a858a9e42823b5 (diff) | |
download | mariadb-git-00135169518ed0953dd53b5ae11e783a850a46ea.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h index 258c18257f0..75bb96f2f6d 100644 --- a/sql/field.h +++ b/sql/field.h @@ -87,7 +87,6 @@ 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, |