~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2008-12-23 08:17:40 UTC
  • Revision ID: brian@tangent.org-20081223081740-81szv0lydx024kuc
Updates for dead code removal (and forced assert() in delete).

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
  /* Only one table for now, but VIEW can involve several tables */
338
338
  if (open_normal_and_derived_tables(session, table_list, 0))
339
339
  {
340
 
    if (session->is_error() && session->main_da.sql_errno() != ER_VIEW_INVALID)
 
340
    if (session->is_error())
341
341
      return(true);
342
342
 
343
343
    /*