Fixed compiler issue on connecting to server binlog using binlog position or gtid.

This commit is contained in:
Jan Lindström
2013-08-08 10:32:08 +03:00
parent 685f3b0bda
commit 1f3665c8b0
10 changed files with 41 additions and 21 deletions

View File

@ -21,7 +21,6 @@ Created: 15-07-2013
Updated:
*/
#include "binlog_api.h"
#include "my_pthread.h"
#include <getopt.h>
#include <iostream>
#include <iomanip>