~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/group_min_max.result

  • Committer: Andrew Hutchings
  • Date: 2011-02-07 17:01:15 UTC
  • mto: (2148.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 2149.
  • Revision ID: andrew@linuxjedi.co.uk-20110207170115-e4sryp5nkb3n2vhy
Implicit joins of the form "SELECT * FROM t1, t2" without WHERE or ON now error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1608
1608
b       c       b       c
1609
1609
a       d       a       d
1610
1610
b       d       b       d
1611
 
select distinct t1.a1,t2.a1 from t1,t2;
 
1611
select distinct t1.a1,t2.a1 from t1,t2 where t1.a1 >= '';
1612
1612
a1      a1
1613
1613
a       a
1614
1614
a       b