summaryrefslogtreecommitdiff
path: root/sql/item_create.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-12 00:54:35 +0300
committerunknown <monty@donna.mysql.fi>2001-04-12 00:54:35 +0300
commit65575f94d1dad0d130f3180e5bafa71eb6be1bcd (patch)
tree24233cf112742394baadb954377539515a28de33 /sql/item_create.h
parent8dd2e5b8d93d79965e833e3b979675240478c591 (diff)
downloadmariadb-git-65575f94d1dad0d130f3180e5bafa71eb6be1bcd.tar.gz
Added SQL_CALC_FOUND_ROWS and FOUND_ROWS()
myisam/ft_boolean_search.c: Cleanup myisam/ft_parser.c: Cleanup myisam/ft_update.c: Cleanup myisam/sort.c: Cleanup BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
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 cc7497b0183..54d2ff035ea 100644
--- a/sql/item_create.h
+++ b/sql/item_create.h
@@ -37,6 +37,7 @@ Item *create_func_degrees(Item *);
Item *create_func_exp(Item* a);
Item *create_func_find_in_set(Item* a, Item *b);
Item *create_func_floor(Item* a);
+Item *create_func_found_rows(void);
Item *create_func_from_days(Item* a);
Item *create_func_get_lock(Item* a, Item *b);
Item *create_func_hex(Item *a);