~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to conf/optimizer/optimizer_no_subquery.yy

Fixed erroneous view names in optimizer grammars (only relevant when run with --views)

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
################################################################################
423
423
 
424
424
view:
425
 
    _A | _B | _C | _BB | _CC ;
 
425
    view_A | view_B | view_C | view_BB | view_CC ;
426
426
 
427
427
_field:
428
428
    int_field_name | char_field_name ;