Commit 50f32368 authored by Sergei Petrunia's avatar Sergei Petrunia

Add a temporary stand-in for abort_with_stack_traces() call

parent f4994c78
/*
A temporary header to resolve WebScaleSQL vs MariaDB differences
when porting MyRocks to MariaDB.
*/
#ifndef RDB_MARIADB_PORT_H
#define RDB_MARIADB_PORT_H
#include "atomic_stat.h"
......@@ -13,4 +19,15 @@ struct my_io_perf_atomic_struct {
};
typedef struct my_io_perf_atomic_struct my_io_perf_atomic_t;
////////////////////////////////////////////////////////////////////////////
/*
Temporary stand-in for
fae59683dc116be2cc78b0b30d61c84659c33bd3
Print stack traces before committing suicide
*/
#define abort_with_stack_traces() { abort(); }
#endif
......@@ -15,6 +15,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#pragma once
#include "rdb_mariadb_port.h"
/* C++ standard header files */
#include <string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment