summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorGleb Shchepa <gleb.shchepa@oracle.com>2011-04-08 12:09:24 +0400
committerGleb Shchepa <gleb.shchepa@oracle.com>2011-04-08 12:09:24 +0400
commit71ffbd4651ad1131965ea39252e979bcc719f7de (patch)
treea882dbecbe9e5d691e50ad976300ec3274b5c79e /sql/item.h
parent61dd7b36115df6eecc4843d63eaa38766e127638 (diff)
parentbd193c61e38bc2c734a06ef5213654737e876fd7 (diff)
downloadmariadb-git-71ffbd4651ad1131965ea39252e979bcc719f7de.tar.gz
manual merge 5.1-->5.5 (bug 11829681)
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h
index 6cd91f03604..3e67ffacfc8 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -548,6 +548,10 @@ public:
*/
Item *next;
uint32 max_length; /* Maximum length, in bytes */
+ /*
+ TODO: convert name and name_length fields into String to keep them in sync
+ (see bug #11829681/60295 etc).
+ */
uint name_length; /* Length of name */
int8 marker;
uint8 decimals;