~jaypipes/drizzle/proto-definitions

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

  • Committer: Jay Pipes
  • Date: 2008-09-25 18:13:26 UTC
  • mfrom: (352.5.30 codestyle)
  • Revision ID: jay@mysql.com-20080925181326-2z7pr377hcvf28qt
Merged in trunk and added additional definition wrappers for proto buffer messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include <map>
35
35
 
36
 
#include <libdrizzle/my_time.h>
 
36
#include <mysys/my_time.h>
37
37
#include <drizzled/global.h>
38
38
#include <mysys/my_sys.h>
39
39
#include <mystrings/m_string.h>
40
 
#include <libdrizzle/drizzle.h>
 
40
#include <libdrizzle/libdrizzle.h>
41
41
#include <libdrizzle/errmsg.h>
42
42
#include <mysys/my_getopt.h>
43
43
/* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */
1211
1211
    remote_opt= 1;
1212
1212
    break;
1213
1213
  case OPT_DRIZZLE_PROTOCOL:
1214
 
    opt_protocol= find_type_or_exit(argument, &sql_protocol_typelib,
1215
 
                                    opt->name);
1216
1214
    break;
1217
1215
  case OPT_START_DATETIME:
1218
1216
    start_datetime= convert_str_to_timestamp(start_datetime_str);
1975
1973
  the server
1976
1974
*/
1977
1975
 
 
1976
#define max_allowed_packet 1024L*1024L*1024L
1978
1977
#include <drizzled/log_event.cc>
1979
1978