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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
522b2896
Commit
522b2896
authored
Feb 20, 2012
by
Michael Widenius
Browse files
Options
Browse Files
Download
Plain Diff
Merge with 5.1
parents
038b739c
54cad2aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mysys/stacktrace.c
mysys/stacktrace.c
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+0
-1
No files found.
mysys/stacktrace.c
View file @
522b2896
...
...
@@ -173,7 +173,7 @@ void my_print_stacktrace(uchar* stack_bottom __attribute__((unused)),
my_safe_printf_stderr
(
"%s"
,
"Error when traversing the stack, stack appears corrupt.
\n
"
);
else
my_safe_printf_stderr
(
"%s"
my_safe_printf_stderr
(
"%s"
,
"Please read "
"http://dev.mysql.com/doc/refman/5.1/en/resolve-stack-dump.html
\n
"
"and follow instructions on how to resolve the stack trace.
\n
"
...
...
sql/mysqld.cc
View file @
522b2896
...
...
@@ -761,7 +761,6 @@ char *opt_logname, *opt_slow_logname;
static
volatile
sig_atomic_t
kill_in_progress
;
#ifdef HAVE_STACKTRACE
static
my_bool
opt_do_pstack
;
my_bool
opt_stack_trace
;
#endif
/* HAVE_STACKTRACE */
my_bool
opt_expect_abort
=
0
;
...
...
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