~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_base.cc

  • Committer: Brian Aker
  • Date: 2008-07-18 18:55:10 UTC
  • mfrom: (177.1.5 drizzle)
  • Revision ID: brian@tangent.org-20080718185510-o5nnn7g5ub81llqr
Head merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5195
5195
        goto err;                               // out of memory
5196
5196
 
5197
5197
      /*
5198
 
        The following assert checks that the two created items are of
5199
 
        type Item_ident.
5200
 
      */
5201
 
      assert(!thd->lex->current_select->no_wrap_view_item);
5202
 
      /*
5203
5198
        In the case of no_wrap_view_item == 0, the created items must be
5204
5199
        of sub-classes of Item_ident.
5205
5200
      */