mirror of
https://github.com/MariaDB/server.git
synced 2025-11-21 06:21:35 +03:00
Fix compiler warnings
This commit is contained in:
@@ -599,7 +599,9 @@ 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;
|
||||||
|
#ifndef EMBEDDED_LIBRARY
|
||||||
static uint thr_kill_signal;
|
static uint thr_kill_signal;
|
||||||
|
#endif
|
||||||
|
|
||||||
File_parser_dummy_hook file_parser_dummy_hook;
|
File_parser_dummy_hook file_parser_dummy_hook;
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user