diff options
author | unknown <serg@serg.mysql.com> | 2002-01-03 19:47:14 +0000 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-01-03 19:47:14 +0000 |
commit | c7f9472be8eafbc046156accb43593a2fc60ad04 (patch) | |
tree | e44d2aa432e29fb7c07fd866dcfc56d2b9294101 /sql/item_create.h | |
parent | 0abc68fbeb74832503634a208b21c756b510c392 (diff) | |
download | mariadb-git-c7f9472be8eafbc046156accb43593a2fc60ad04.tar.gz |
BIT_LENGTH ODBC function
Diffstat (limited to 'sql/item_create.h')
-rw-r--r-- | sql/item_create.h | 1 |
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); |