~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

  • Committer: Brian Aker
  • Date: 2009-03-07 17:09:37 UTC
  • mto: This revision was merged to the branch mainline in revision 920.
  • Revision ID: brian@tangent.org-20090307170937-tnd4eq9tlkvfpddh
Remove client code around LOAD DATE LOCAL

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
    return 0;
406
406
  if (opt_compress)
407
407
    drizzleclient_options(drizzle,DRIZZLE_OPT_COMPRESS,NULL);
408
 
  if (opt_local_file)
409
 
    drizzleclient_options(drizzle,DRIZZLE_OPT_LOCAL_INFILE,
410
 
      (char*) &opt_local_file);
411
408
  if (opt_protocol)
412
409
    drizzleclient_options(drizzle,DRIZZLE_OPT_PROTOCOL,(char*)&opt_protocol);
413
410
  if (!(drizzleclient_connect(drizzle,host,user,passwd,