Hacker News new | ask | show | jobs
by RonaldK9 1655 days ago
I once dig into MySQL source code (mysqlbinlog), but I could not understand how it can get compiled. Later, I found the answer, they added lots #include "xxx.c" at the end of the file, from then, I don't regard the MySQL as a serious project.