- Download and install BitKeeper. There is a guide here explaining how to download and install it.
- Using BitKeeper the execute the command:
to download the latest MySQL 5.1 source tree to directory "mysql-5.1".bkf clone bk://mysql.bkbits.net/mysql-5.1 mysql-5.1 - Change directories into "mysql-5.1" and run:
BUILD/compile-pentium-gcov - If you encounter any errors in the build process my previous post has a list of a dependencies that cause a few common compilation errors.
- To run the test suite run: make test-force-full
- Download lcov from http://sourceforge.net/project/showfiles.php?group_id=3382 …