~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

  • Committer: Monty Taylor
  • Date: 2008-09-14 19:39:48 UTC
  • mfrom: (383.1.43 client-split)
  • Revision ID: monty@inaugust.com-20080914193948-ns2p0lts4qtsqx7n
Merged from client-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
      tty_password= 1;
202
202
    break;
203
203
  case OPT_DRIZZLE_PROTOCOL:
204
 
    opt_protocol= find_type_or_exit(argument, &sql_protocol_typelib,
205
 
                                    opt->name);
206
204
    break;
207
205
  case 'V': print_version(); exit(0);
208
206
  case 'I':
482
480
  char *raw_table_name= (char *)arg;
483
481
  DRIZZLE *drizzle= 0;
484
482
 
485
 
  if (drizzle_thread_init())
486
 
    goto error;
487
 
 
488
483
  if (!(drizzle= db_connect(current_host,current_db,current_user,opt_password)))
489
484
  {
490
485
    goto error;