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
commitb2fee393b029e5e2ec7c0a3161d665dad9fa720f (patch)
treea882dbecbe9e5d691e50ad976300ec3274b5c79e /sql/item.h
parentbbd0d604aac36271bacbf007728d5a1db5151a53 (diff)
parenta77bc59896ee3cd89a8f1d391a65722b443f1841 (diff)
downloadmariadb-git-b2fee393b029e5e2ec7c0a3161d665dad9fa720f.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;