1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

0.6: truncate history feature [closes #96]

This commit is contained in:
kevg
2016-12-23 17:05:57 +03:00
committed by Aleksey Midenkov
parent 4c37011582
commit c9e4ac4b72
15 changed files with 301 additions and 29 deletions

View File

@ -667,8 +667,8 @@ setup_without_group(THD *thd, Ref_ptr_array ref_pointer_array,
DBUG_RETURN(res);
}
static int
vers_setup_select(THD *thd, TABLE_LIST *tables, COND **where_expr, SELECT_LEX *slex)
int vers_setup_select(THD *thd, TABLE_LIST *tables, COND **where_expr,
SELECT_LEX *slex)
{
DBUG_ENTER("vers_setup_select");
#define newx new (thd->mem_root)