mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed fulltext after merge from 3.23.45
First (incomplete) version of transaction and as3ap tests.
This commit is contained in:
@ -330,7 +330,7 @@ LOG_MSG_FUNC(log_debug,LOG_DEBUG)
|
||||
void log_debug(const char* __attribute__((unused)) fmt,...) {}
|
||||
#endif
|
||||
|
||||
static void handle_sigterm(int sig)
|
||||
static void handle_sigterm(int sig __attribute__((unused)))
|
||||
{
|
||||
log_info("Got SIGTERM");
|
||||
if (!one_thread)
|
||||
|
Reference in New Issue
Block a user