~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to conf/subquery_materialization.yy

Added a note to the subquery* grammars identifying them as older.  They are still valuable tests, but should not be prioritized over other grammars

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# NOTE:  This is an older grammar and should not be prioritized over other 
 
3
#        grammars (such as optimizer*subquery, outer_join, range_access)
 
4
#        While this is still an effective testing tool, the grammars listed
 
5
#        above should be run first
 
6
################################################################################
 
7
 
 
8
 
1
9
query:
2
10
        SELECT select_option outer_select_item
3
11
        FROM outer_from