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
4 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
6 {"version", 'V', "Print version information and exit.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
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,
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,
18 { 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}