~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/range.test

  • Committer: Joe Daly
  • Date: 2010-05-27 02:59:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100527025916-o4wieb1hxk2shq4u
add status_vars to scoreboard, initial pass

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