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
2480ec8e
Commit
2480ec8e
authored
Sep 07, 2006
by
tsmith@maint1.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force conflict to avoid bk automerge behavior; will be undone during merge.
parent
46b3997c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
sql/stacktrace.c
sql/stacktrace.c
+1
-0
sql/stacktrace.h
sql/stacktrace.h
+1
-1
No files found.
sql/stacktrace.c
View file @
2480ec8e
...
@@ -44,6 +44,7 @@ void safe_print_str(const char* name, const char* val, int max_len)
...
@@ -44,6 +44,7 @@ void safe_print_str(const char* name, const char* val, int max_len)
}
}
#ifdef TARGET_OS_LINUX
#ifdef TARGET_OS_LINUX
/* Force merge conflict, to avoid bk automerge */
#define SIGRETURN_FRAME_COUNT 2
#define SIGRETURN_FRAME_COUNT 2
#if defined(__alpha__) && defined(__GNUC__)
#if defined(__alpha__) && defined(__GNUC__)
...
...
sql/stacktrace.h
View file @
2480ec8e
...
@@ -19,7 +19,7 @@ extern "C" {
...
@@ -19,7 +19,7 @@ extern "C" {
#endif
#endif
#ifdef TARGET_OS_LINUX
#ifdef TARGET_OS_LINUX
#if defined(HAVE_STACKTRACE) || (defined (__i386__) || (defined(__alpha__) && defined(__GNUC__)))
#if defined(HAVE_STACKTRACE) || (defined (__i386__) || (defined(__alpha__) && defined(__GNUC__)))
/* Force conflict to avoid bk automerge */
#undef HAVE_STACKTRACE
#undef HAVE_STACKTRACE
#define HAVE_STACKTRACE
#define HAVE_STACKTRACE
...
...
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