~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/limit.result

  • Committer: Paul McCullagh
  • Date: 2008-10-09 20:12:03 UTC
  • mto: (499.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: paul.mccullagh@primebase.org-20081009201203-vf9hw06tepqzsaun
Changes to .result files to run both PBXT and InnoDB

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
update t1 set i=3 limit 0;
44
44
select * from t1;
45
45
i
 
46
1
46
47
2
47
 
1
48
48
drop table t1;
49
49
select 0 limit 0;
50
50
0