Commit 7d351f1a authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-26533 fixup: GCC -Wformat

parent 1fda0544
/* Copyright (c) 2011, 2012, Oracle and/or its affiliates.
Copyright (c) 2011, 2014, SkySQL Ab.
Copyright (c) 2011, 2021, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......@@ -183,7 +183,7 @@ extern "C" sig_handler handle_fatal_signal(int sig)
max_used_connections);
if (thread_scheduler)
my_safe_printf_stderr("max_threads=%u\n",
my_safe_printf_stderr("max_threads=%lu\n",
thread_scheduler->max_threads +
extra_max_connections);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment