/binloglistener

a branch of MySQL Replication Listener

Primary LanguageC++GNU General Public License v2.0GPL-2.0

binloglistener

This is a branch of MySQL replication listener. A few bugs of the orignal version has been fixed.

Install

  1. download the project
  2. download mysql and gtest
  3. complie
cd build
cmake ../src/ -DCMAKE_BUILD_TYPE=Release -DMYSQL_DIR=/home/mysql/mysql-5.6.15/ -DGTEST_DIR=/home/gtest; make