mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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:
@ -68,6 +68,7 @@
|
||||
#include "sql_alter.h" // Alter_table_ctx
|
||||
#include "sql_select.h"
|
||||
#include "sql_tablespace.h" // check_tablespace_name
|
||||
#include "ddl_log.h"
|
||||
#include "tztime.h" // my_tz_OFFSET0
|
||||
|
||||
#include <algorithm>
|
||||
|
Reference in New Issue
Block a user