~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_group.result

  • Committer: lbieber
  • Date: 2010-08-23 22:45:16 UTC
  • mfrom: (1727.2.1 staging)
  • Revision ID: lbieber@orisndriz03-20100823224516-k12j5r4znqnznr9d
Merge Vijay - bug 621866 - Changed --transaction-log.sync-method to --transaction-log.flush-frequency
Merge Lee - bug 622005 updateing test results that need to sorted by adding --sorted_result - 
Merge Andrew - bug #617537 re-connect connectionID is wrong 
Merge Andrew - bug #617534 incorrect error when reconnecting

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
insert into t2 values('BBB', 20, 1.0);
193
193
select t1.a1, t1.a2, t2.a1, t2.a2 from t1,t2;
194
194
a1      a2      a1      a2
 
195
10      NULL    AAA     10
 
196
10      NULL    BBB     20
195
197
10      aaa     AAA     10
196
198
10      aaa     BBB     20
197
 
10      NULL    AAA     10
198
 
10      NULL    BBB     20
199
199
10      bbb     AAA     10
200
200
10      bbb     BBB     20
201
201
20      zzz     AAA     10