~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/range.test

  • Committer: Joe Daly
  • Date: 2010-06-08 03:11:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100608031113-wt8o9k2bbyawwazs
add missing guard in header

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