mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Merge branch 'backtrace'
This commit is contained in:
commit
8f6ae0f3ec
1 changed files with 1 additions and 2 deletions
|
@ -93,8 +93,6 @@ PATENT RIGHTS GRANT:
|
|||
#include <toku_portability.h>
|
||||
#include "toku_assert.h"
|
||||
|
||||
#include <db.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#if defined(HAVE_MALLOC_H)
|
||||
|
@ -140,6 +138,7 @@ void toku_assert_set_fpointers(int (*toku_maybe_get_engine_status_text_pointer)(
|
|||
bool toku_gdb_dump_on_assert = false;
|
||||
void (*do_assert_hook)(void) = NULL;
|
||||
|
||||
void db_env_do_backtrace(void); // also declared in db.h for consumers of that API
|
||||
void db_env_do_backtrace(void) {
|
||||
// backtrace
|
||||
#if !TOKU_WINDOWS
|
||||
|
|
Loading…
Add table
Reference in a new issue