summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-11-22 17:55:18 +0200
committermonty@hundin.mysql.fi <>2001-11-22 17:55:18 +0200
commita66ddaf8ba4b7e5478c376ce65b57d6fdf25607b (patch)
tree5c88c46555c8f2f0d49c779e6347d2d6139a84e0 /tools
parent9265a4df45ea24b029ce024df7c9f34b7248a0d0 (diff)
downloadmariadb-git-a66ddaf8ba4b7e5478c376ce65b57d6fdf25607b.tar.gz
Fixed fulltext after merge from 3.23.45
First (incomplete) version of transaction and as3ap tests.
Diffstat (limited to 'tools')
-rw-r--r--tools/mysqlmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c
index 896d889cdcc..aa645b609d8 100644
--- a/tools/mysqlmanager.c
+++ b/tools/mysqlmanager.c
@@ -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)