~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

  • Committer: Monty Taylor
  • Date: 2008-09-14 00:14:42 UTC
  • mto: This revision was merged to the branch mainline in revision 387.
  • Revision ID: monty@inaugust.com-20080914001442-09k3yuht4gopk0t6
Reworked drizzle_escape_string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
482
482
  char *raw_table_name= (char *)arg;
483
483
  DRIZZLE *drizzle= 0;
484
484
 
485
 
  if (drizzle_thread_init())
486
 
    goto error;
487
 
 
488
485
  if (!(drizzle= db_connect(current_host,current_db,current_user,opt_password)))
489
486
  {
490
487
    goto error;