Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 337 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 337 Bytes

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