This is my first weekly report…. Cool, huh?
Project: Adding parallelism to mysqldump
KEY ACCOMPLISHMENTS LAST WEEK
* Already subscribed to MySQL mailing lists (gsoc and
internal).
* Contacted my mentor and we started thinking in the project and
the first steps to take.
* Read some documentation about MySQL and mysqldump
* Set up my development environment (mysql 5.1 installed and
tested)
* Created my account at the Forge, and started filling a wiki
related to this project – http://forge.mysql.com/wiki/ParallelMySQLDump
* Created a blog, where thoughts and reports will be posted –
https://danielvolpato.wordpress.com/ -, and also
syndicated it on planetmysql.org.
* Started looking at the source code, to identify where …