~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/drizzleslap.result

  • Committer: Brian Aker
  • Date: 2008-10-20 00:12:43 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020001243-i230wqhwdwh3jfmk
A bunch more test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
SELECT count(*) from drizzleslap.t1;
225
225
count(*)
226
226
20
 
227
drop table drizzleslap.t1;
 
228
drop schema drizzleslap;