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
fd1d4f86
Commit
fd1d4f86
authored
Mar 28, 2007
by
serg@janus.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiler warnings
parent
52ca3326
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
sql/mysqld.cc
sql/mysqld.cc
+1
-1
sql/stacktrace.c
sql/stacktrace.c
+0
-2
No files found.
sql/mysqld.cc
View file @
fd1d4f86
...
@@ -599,7 +599,6 @@ pthread_mutex_t LOCK_server_started;
...
@@ -599,7 +599,6 @@ pthread_mutex_t LOCK_server_started;
pthread_cond_t
COND_server_started
;
pthread_cond_t
COND_server_started
;
int
mysqld_server_started
=
0
;
int
mysqld_server_started
=
0
;
static
uint
thr_kill_signal
;
File_parser_dummy_hook
file_parser_dummy_hook
;
File_parser_dummy_hook
file_parser_dummy_hook
;
...
@@ -633,6 +632,7 @@ struct rand_struct sql_rand; // used by sql_class.cc:THD::THD()
...
@@ -633,6 +632,7 @@ struct rand_struct sql_rand; // used by sql_class.cc:THD::THD()
#ifndef EMBEDDED_LIBRARY
#ifndef EMBEDDED_LIBRARY
struct
passwd
*
user_info
;
struct
passwd
*
user_info
;
static
pthread_t
select_thread
;
static
pthread_t
select_thread
;
static
uint
thr_kill_signal
;
#endif
#endif
/* OS specific variables */
/* OS specific variables */
...
...
sql/stacktrace.c
View file @
fd1d4f86
...
@@ -53,8 +53,6 @@ void safe_print_str(const char* name, const char* val, int max_len)
...
@@ -53,8 +53,6 @@ void safe_print_str(const char* name, const char* val, int max_len)
#define SIGRETURN_FRAME_OFFSET 23
#define SIGRETURN_FRAME_OFFSET 23
#endif
#endif
static
my_bool
is_nptl
;
#if defined(__alpha__) && defined(__GNUC__)
#if defined(__alpha__) && defined(__GNUC__)
/*
/*
The only way to backtrace without a symbol table on alpha
The only way to backtrace without a symbol table on alpha
...
...
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