mirror of
https://github.com/MariaDB/server.git
synced 2025-07-17 12:02:09 +03:00
MDEV-16708: Fixed the failed test main.set_statement
This commit is contained in:
committed by
Sergei Golubchik
parent
b33111ba93
commit
a00b51f639
@ -3835,7 +3835,7 @@ void Query_arena::set_query_arena(Query_arena *set)
|
||||
}
|
||||
|
||||
|
||||
void Query_arena::cleanup_stmt()
|
||||
void Query_arena::cleanup_stmt(bool /*restore_set_statement_vars*/)
|
||||
{
|
||||
DBUG_ASSERT(! "Query_arena::cleanup_stmt() not implemented");
|
||||
}
|
||||
|
Reference in New Issue
Block a user