~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/join_outer.test

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
795
795
 
796
796
flush status;
797
797
SELECT t1.id, a FROM t1 LEFT JOIN t2 ON t1.id=t2.id WHERE t2.b IS NULL;
798
 
--replace_column 2 #
799
798
show status like 'Handler_read%';
800
799
 
801
800
DROP TABLE t1,t2;