~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/protocol.cc

Merged from trunk. 
Moved resolve_stack_dump to mysql-test. 
Removed perl-sub cruft in mysql-test.

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