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

Move all ddl log code to ddl_log.cc and ddl_log.h

Part of prepration for: MDEV-17567 Atomic DDL

No notable code changes except moving code around
This commit is contained in:
Monty
2020-10-02 15:59:06 +03:00
committed by Sergei Golubchik
parent a28ea028af
commit 02b6cef45e
10 changed files with 1278 additions and 1219 deletions

View File

@@ -51,6 +51,7 @@
#include "sql_manager.h" // stop_handle_manager, start_handle_manager
#include "sql_expression_cache.h" // subquery_cache_miss, subquery_cache_hit
#include "sys_vars_shared.h"
#include "ddl_log.h"
#include <m_ctype.h>
#include <my_dir.h>