~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to conf/optimizer_subquery_portable.yy

Described current join condition issues in optimizer* grammars, ported expanded ON condition rules to outer_join_portable.yy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# **NOTE** Joins for this grammar are currently not working as intended.
 
2
# For example, if we have tables 1, 2, and 3, we end up with ON conditions that 
 
3
# only involve tables 2 and 3.
 
4
# This will be fixed, but initial attempts at altering this had a negative 
 
5
# impact on the coverage the test was providing.  To be fixed when scheduling 
 
6
# permits.  We are still seeing significant coverage with the grammar as-is.
 
7
 
1
8
################################################################################
2
9
# optimizer_subquery.yy:  Random Query Generator grammar for testing subquery  #
3
10
#                    optimizations.  This grammar *should* hit the             #