summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorGleb Shchepa <gshchepa@mysql.com>2008-12-12 14:59:10 +0400
committerGleb Shchepa <gshchepa@mysql.com>2008-12-12 14:59:10 +0400
commit5ff1bcbc2a3cf3b28ce11673d89a1d2b3d8ad376 (patch)
tree1b340a524e8568f5499ec8ad3d40354f9417c3e3 /sql/item_func.h
parentffe23f0eb736609915d3c201c3f2556819698dc1 (diff)
downloadmariadb-git-5ff1bcbc2a3cf3b28ce11673d89a1d2b3d8ad376.tar.gz
rollback of bug #40761 fix
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index d4da0b7a853..6dcf32cba07 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -193,8 +193,6 @@ public:
void * arg, traverse_order order);
bool is_expensive_processor(byte *arg);
virtual bool is_expensive() { return 0; }
-protected:
- void agg_num_lengths(Item *arg);
};