diff options
author | bell@sanja.is.com.ua <> | 2004-06-16 16:06:30 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-06-16 16:06:30 +0300 |
commit | 002364c20f6b888b8c22ea18b371e0cb8ebb61ca (patch) | |
tree | 3f53a24eec02fe30a114eaa94e8e6840596cbe92 /sql/item.h | |
parent | 5f8ef7a38d6e649c127029c44357f2c1fed5ee73 (diff) | |
download | mariadb-git-002364c20f6b888b8c22ea18b371e0cb8ebb61ca.tar.gz |
new length detection for non-string in UNION (BUG#4067)
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index e373eb112c0..b18897da727 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1199,6 +1199,7 @@ public: String *val_str(String*); bool join_types(THD *thd, Item *); Field *example() { return field_example; } + static uint32 real_length(Item *item); void cleanup() { DBUG_ENTER("Item_type_holder::cleanup"); |