1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.9 into 10.10

This commit is contained in:
Marko Mäkelä
2023-02-16 11:36:38 +02:00
326 changed files with 2897 additions and 1774 deletions

View File

@@ -4033,9 +4033,7 @@ void THD::restore_active_arena(Query_arena *set, Query_arena *backup)
DBUG_VOID_RETURN;
}
Statement::~Statement()
{
}
Statement::~Statement() = default;
C_MODE_START