The following is a list of some of the tools we have used to create MySQL. We use this to express our thanks to those that has created them as without these we could not have made MySQL what it is today.以下是我们用来创建MySQL的一些工具的列表。我们用这句话来表达我们对那些创建它们的人的感谢,因为如果没有这些,我们就不可能使MySQL成为今天的样子。
Free Software Foundation自由软件基金会
From whom we got an excellent compiler (gcc), an excellent debugger (gdb and the 我们从他那里得到了一个优秀的编译器(libc
library (from which we have borrowed strto.c
to get some code working in Linux).gcc
)、一个优秀调试程序(gdb
和libc
库(我们从中借用了strto.c
来获得一些在Linux中工作的代码)。
Free Software Foundation & The XEmacs development team自由软件基金会和XEmacs开发团队
For a really great editor/environment.对于一个非常棒的编辑器/环境。
Julian Seward
Author of valgrind
, an excellent memory checker tool that has helped us find a lot of otherwise hard to find bugs in MySQL.valgrind
的作者,这是一个出色的内存检查工具,它帮助我们在MySQL中发现了许多难以发现的错误。
Dorothea Lütkehaus and Andreas ZellerDorothea Ltkehaus和Andreas Zeller
For 对于DDD
(The Data Display Debugger) which is an excellent graphical front end to gdb).DDD
(数据显示调试器),它是gdb
的优秀图形前端)。