Skip to content

Commit 634846d

Browse files
Field, Item, what's the difference anyhow?
1 parent eb11b55 commit 634846d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/field.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ class Field {
18891889
const uchar *unpack_int64(uchar *to, const uchar *from) const;
18901890

18911891
private:
1892-
// TODO(villagesql): Collapse these into one object (here and in Field)
1892+
// TODO(villagesql): Collapse these into one object (here and in Item)
18931893
const villagesql::TypeContext *custom_type{nullptr};
18941894
villagesql::TypeEncoder *type_encoder_{nullptr};
18951895

0 commit comments

Comments
 (0)