~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/protocol.cc

  • Committer: Brian Aker
  • Date: 2008-07-07 21:16:22 UTC
  • Revision ID: brian@tangent.org-20080707211622-tsk0yw2o53umgmnr
Removing bootstrap (we no longer need it... we just work).

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
 
322
322
  if (net->vio == 0)
323
323
  {
324
 
    if (thd->bootstrap)
325
 
    {
326
 
      /* In bootstrap it's ok to print on stderr */
327
 
      fprintf(stderr,"ERROR: %d  %s\n",sql_errno,err);
328
 
    }
329
324
    DBUG_VOID_RETURN;
330
325
  }
331
326