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

Move debug_crash_here to it's own source files

This commit is contained in:
Monty
2021-05-14 15:27:24 +03:00
committed by Sergei Golubchik
parent ad02d53a71
commit 496a14e187
14 changed files with 151 additions and 102 deletions

View File

@@ -54,9 +54,9 @@
#include "sql_audit.h"
#include "sql_sequence.h"
#include "tztime.h"
#include "sql_insert.h" // binlog_drop_table
#include "sql_insert.h" // binlog_drop_table
#include "ddl_log.h"
#include "debug_sync.h" // debug_crash_here()
#include "debug.h" // debug_crash_here()
#include <algorithm>
#ifdef __WIN__