Re: innodb update locks table...
Yes, it would be better to have the source, because the binary distribution does not contain debugging symbols. Without debugging symbols, the function call stack traces only contain the names of functions, not variables or parameters.
Either way, there is a slightly easier way of invoking gdb:
gdb /path/to/mysqld
run --gdb
(hit ctrl-c in gdb)
i thr
thr 1
bt full
thr 2
bt full
...
Best regards,
Marko Mäkelä
Senior Software Engineer
Innobase Oy/Oracle Corp.
Subject
Views
Written By
Posted
6427
February 26, 2006 04:23PM
3481
February 27, 2006 05:45AM
2875
February 27, 2006 01:58PM
3003
February 28, 2006 04:41PM
2819
February 28, 2006 05:57PM
2695
February 28, 2006 06:28PM
Re: innodb update locks table...
2592
March 01, 2006 08:26AM
5316
March 10, 2006 04:41PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.