1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -32,6 +32,7 @@
#include "ha_partition.h" // ha_partition
#endif
#include "sql_base.h" // open_and_lock_tables
#include "ddl_log.h"
#ifndef WITH_PARTITION_STORAGE_ENGINE