We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb11b55 commit 634846dCopy full SHA for 634846d
1 file changed
sql/field.h
@@ -1889,7 +1889,7 @@ class Field {
1889
const uchar *unpack_int64(uchar *to, const uchar *from) const;
1890
1891
private:
1892
- // TODO(villagesql): Collapse these into one object (here and in Field)
+ // TODO(villagesql): Collapse these into one object (here and in Item)
1893
const villagesql::TypeContext *custom_type{nullptr};
1894
villagesql::TypeEncoder *type_encoder_{nullptr};
1895
0 commit comments