From d3905f3d0eb8c2fcbebbecceeca348f2add2cb0d Mon Sep 17 00:00:00 2001 From: "bell@sanja.is.com.ua" <> Date: Fri, 1 Jul 2005 07:05:42 +0300 Subject: Name resolution context added (BUG#6443) --- sql/field.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/field.h') diff --git a/sql/field.h b/sql/field.h index 2b1229744c2..523cf444c30 100644 --- a/sql/field.h +++ b/sql/field.h @@ -86,6 +86,7 @@ public: utype unireg_check; uint32 field_length; // Length of field + uint field_index; // field number in fields array uint16 flags; uchar null_bit; // Bit used to test null bit -- cgit v1.2.1