updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mysqlcc / patch.mysqlcc
blob86b4171653f05019a7f97fd922458187e609d49e
1 --- mysqlcc-0.9.8-src/src/main.cpp.old  2009-04-28 16:05:09.000000000 +0200
2 +++ mysqlcc-0.9.8-src/src/main.cpp      2009-04-28 16:12:22.000000000 +0200
3 @@ -89,7 +89,7 @@
4     0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},  
5  
6    {"version", 'V', "Print version information and exit.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
8 +/*
9    {"connect_timeout", OPT_CONNECT_TIMEOUT, "", (gptr*) &opt_connect_timeout,
10     (gptr*) &opt_connect_timeout, 0, GET_ULONG, REQUIRED_ARG, 0, 0, 3600*12, 0,
11     0, 1},
12 @@ -113,7 +113,7 @@
13    {"max_join_size", OPT_MAX_JOIN_SIZE, "", (gptr*) &max_join_size,
14     (gptr*) &max_join_size, 0, GET_ULONG, REQUIRED_ARG, 1000000L, 1, ~0L, 0, 1,
15     0},
17 +*/
18    { 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
19  };