~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 17:35:06 UTC
  • Revision ID: brian@tangent.org-20081006173506-799lz31igxfrqb9a
Removed dead bit around SP/Triggers

Show diffs side-by-side

added added

removed removed

Lines of Context:
402
402
      tmp_table_deleted= 1;
403
403
      continue;
404
404
    case -1:
405
 
      assert(thd->in_sub_stmt);
406
405
      error= 1;
407
406
      goto err_with_placeholders;
408
407
    default: