~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 11:31:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110705113130-4108s0gpx0b6txqa
Use assert(false) instead of assert(1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
        We're in execution of a prepared statement or stored procedure:
377
377
        reset field items to point at fields from the created temporary table.
378
378
      */
379
 
      assert(1); // Olaf: should this be assert(false)?
 
379
      assert(false);
380
380
    }
381
381
  }
382
382