~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_base.cc

Removed dead variable, sorted authors file.

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
      */