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:
@ -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)
|
||||
|
Reference in New Issue
Block a user