~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/subselect.test

updateing test results that need to sorted by adding --sorted_result - bug 622005

Show diffs side-by-side

added added

removed removed

Lines of Context:
3119
3119
--error ER_PARSE_ERROR
3120
3120
SELECT * FROM t1 JOIN ((t1 t1a)) t1a ON 1;
3121
3121
 
 
3122
--sorted_result
3122
3123
SELECT * FROM t1 JOIN  (t1 t1a)  ON 1;
3123
3124
SELECT * FROM t1 JOIN ((t1 t1a)) ON 1;
3124
3125