~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.cc

  • Committer: Mark Atwood
  • Date: 2011-07-13 22:28:29 UTC
  • mfrom: (2318.7.25 refactor1)
  • Revision ID: me@mark.atwood.name-20110713222829-sswp061b5ts7tc1k
mergeĀ lp:~olafvdspek/drizzle/refactor1

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