You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ Also the following MySQL config options are required:
66
66
[mysqld]
67
67
server-id = 1
68
68
log_bin = /var/lib/mysql/bin.log
69
-
expire_logs_days = 10
70
-
max_binlog_size = 100M
69
+
expire_logs_days = 30
70
+
max_binlog_size = 768M
71
71
binlog-format = row #Very important if you want to receive write, update and delete row events
72
72
```
73
73
@@ -98,7 +98,8 @@ Data reader understands INSERT SQL statements only. In practice this means that:
98
98
99
99
## Example
100
100
101
-
Let's walk over test example of tool launch command line options
101
+
Let's walk over test example of tool launch command line options.
102
+
This code snippet is taken from [datareader script](run_airline_ontime_data_reader.sh) shell file, described in more details in [airline.ontime Test Case](#airlineontime-test-case)
0 commit comments