There was an error while loading. Please reload this page.
1 parent aaff3d6 commit e025ebcCopy full SHA for e025ebc
sql/signal_handler.cc
@@ -143,7 +143,7 @@ extern "C" sig_handler handle_fatal_signal(int sig)
143
144
if (opt_stack_trace)
145
{
146
- my_safe_printf_stderr("Thread pointer: 0x%p\n", thd);
+ my_safe_printf_stderr("Thread pointer: %p\n", thd);
147
my_safe_printf_stderr("%s",
148
"Attempting backtrace. You can use the following "
149
"information to find out\n"
0 commit comments