mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.7' into 10.8
This commit is contained in:
@@ -3845,9 +3845,10 @@ void Query_arena::set_query_arena(Query_arena *set)
|
||||
}
|
||||
|
||||
|
||||
void Query_arena::cleanup_stmt(bool /*restore_set_statement_vars*/)
|
||||
bool Query_arena::cleanup_stmt(bool /*restore_set_statement_vars*/)
|
||||
{
|
||||
DBUG_ASSERT(! "Query_arena::cleanup_stmt() not implemented");
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user