mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
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
This commit is contained in:
parent
8dd2e5b8d9
commit
65575f94d1
14 changed files with 82 additions and 29 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue