diff options
author | Gleb Shchepa <gshchepa@mysql.com> | 2008-12-12 02:04:06 +0400 |
---|---|---|
committer | Gleb Shchepa <gshchepa@mysql.com> | 2008-12-12 02:04:06 +0400 |
commit | a4467c97981714631deef5685d6d2f790e877695 (patch) | |
tree | 98650421d126f96f69f50a07f1db1ce6b667b1e1 /sql/item_func.h | |
parent | a633e0b98d0dbd5aab04901856dfd717b916a508 (diff) | |
parent | ffe23f0eb736609915d3c201c3f2556819698dc1 (diff) | |
download | mariadb-git-a4467c97981714631deef5685d6d2f790e877695.tar.gz |
manual merge 5.0-bugteam -> 5.1-bugteam (bug 40761)
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index 3acda817d26..0c703d4b871 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -200,6 +200,8 @@ public: null_value=1; return 0.0; } +protected: + void agg_num_lengths(Item *arg); }; |