Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
501461a5
Commit
501461a5
authored
Mar 03, 2014
by
Leif Walsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compilation fix Tokutek/mongo#987
parent
20b7dab6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
portability/toku_assert.cc
portability/toku_assert.cc
+1
-2
No files found.
portability/toku_assert.cc
View file @
501461a5
...
@@ -93,8 +93,6 @@ PATENT RIGHTS GRANT:
...
@@ -93,8 +93,6 @@ PATENT RIGHTS GRANT:
#include <toku_portability.h>
#include <toku_portability.h>
#include "toku_assert.h"
#include "toku_assert.h"
#include <db.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#if defined(HAVE_MALLOC_H)
#if defined(HAVE_MALLOC_H)
...
@@ -140,6 +138,7 @@ void toku_assert_set_fpointers(int (*toku_maybe_get_engine_status_text_pointer)(
...
@@ -140,6 +138,7 @@ void toku_assert_set_fpointers(int (*toku_maybe_get_engine_status_text_pointer)(
bool
toku_gdb_dump_on_assert
=
false
;
bool
toku_gdb_dump_on_assert
=
false
;
void
(
*
do_assert_hook
)(
void
)
=
NULL
;
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
)
{
void
db_env_do_backtrace
(
void
)
{
// backtrace
// backtrace
#if !TOKU_WINDOWS
#if !TOKU_WINDOWS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment