Commit be7ec363 authored by Vysheng's avatar Vysheng

main: added [-B] key

parent bfc7a7e1
...@@ -357,6 +357,9 @@ void args_parse (int argc, char **argv) { ...@@ -357,6 +357,9 @@ void args_parse (int argc, char **argv) {
case 'f': case 'f':
sync_from_start = 1; sync_from_start = 1;
break; break;
case 'B':
binlog_enabled = 1;
break;
case 'h': case 'h':
default: default:
usage (); usage ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment