~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/range.test

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
803
803
explain select * from t2 where a = 'a' or a='a ';
804
804
 
805
805
update t1 set a='b' where a<>'a';
806
 
--replace_column 3 # 8 # 9 #
 
806
--replace_column 3 # 4 # 5 # 6 # 7 # 8 # 9 #
807
807
explain select * from t1 where a not between 'b' and 'b'; 
808
808
select a, hex(filler) from t1 where a not between 'b' and 'b'; 
809
809