~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/limit.result

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

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