summaryrefslogtreecommitdiff
path: root/sql/item_create.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-01-03 19:47:14 +0000
committerunknown <serg@serg.mysql.com>2002-01-03 19:47:14 +0000
commitc7f9472be8eafbc046156accb43593a2fc60ad04 (patch)
treee44d2aa432e29fb7c07fd866dcfc56d2b9294101 /sql/item_create.h
parent0abc68fbeb74832503634a208b21c756b510c392 (diff)
downloadmariadb-git-c7f9472be8eafbc046156accb43593a2fc60ad04.tar.gz
BIT_LENGTH ODBC function
Diffstat (limited to 'sql/item_create.h')
-rw-r--r--sql/item_create.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_create.h b/sql/item_create.h
index 9318025cae8..580596505da 100644
--- a/sql/item_create.h
+++ b/sql/item_create.h
@@ -22,6 +22,7 @@ Item *create_func_ascii(Item* a);
Item *create_func_asin(Item* a);
Item *create_func_bin(Item* a);
Item *create_func_bit_count(Item* a);
+Item *create_func_bit_length(Item* a);
Item *create_func_ceiling(Item* a);
Item *create_func_char_length(Item* a);
Item *create_func_connection_id(void);