~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/subselect.result

MergedĀ fromĀ Paul.

Show diffs side-by-side

added added

removed removed

Lines of Context:
869
869
select (select a+1) from t1;
870
870
(select a+1)
871
871
2.5
872
 
NULL
873
872
4.5
 
873
NULL
874
874
drop table t1;
875
875
CREATE TABLE t1 (a int NOT NULL default '0', PRIMARY KEY  (a));
876
876
CREATE TABLE t2 (a int default '0', INDEX (a));