1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Add core dumps and stack trace (#2604)

* Add core dumps and stack trace
This commit is contained in:
Andrey Piskunov
2022-11-22 02:29:34 +02:00
committed by GitHub
parent b936ed8b2e
commit 96c40d5081
16 changed files with 695 additions and 14 deletions

View File

@ -22,6 +22,7 @@
#include <unistd.h>
#include <signal.h>
#include <clocale>
#include <fstream>
using namespace std;
#include "ddlproc.h"