This is a branch of MySQL replication listener. A few bugs of the orignal version has been fixed.
- download the project
- download mysql and gtest
- complie
cd build cmake ../src/ -DCMAKE_BUILD_TYPE=Release -DMYSQL_DIR=/home/mysql/mysql-5.6.15/ -DGTEST_DIR=/home/gtest; make