Bug #21150 Documentation about debugging mysqld has little typo
Submitted: 19 Jul 2006 13:48 Modified: 20 Jul 2006 18:41
Reporter: Oli Sennhauser Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:
Assigned to: Paul DuBois CPU Architecture:Any

[19 Jul 2006 13:48] Oli Sennhauser
Description:
On http://dev.mysql.com/doc/refman/5.0/en/using-gdb-on-mysqld.html

is written this:

shell> gdb mysqld core
gdb>   backtrace full
gdb>   exit

bug gives me this:

(gdb) exit
Undefined command: "exit".  Try "help".

Must be this:
(gdb) quit

How to repeat:
dito

Suggested fix:
dito
[19 Jul 2006 13:50] MySQL Verification Team
Thank you for the bug report.
[20 Jul 2006 18:41] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.