~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/regression/t/722850.test

  • Committer: Brian Aker
  • Date: 2011-02-24 07:11:33 UTC
  • mfrom: (2197.1.5 drizzle-build)
  • Revision ID: brian@tangent.org-20110224071133-kj27247l6bqikdtp
Rollup of all current patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Crashme test fails when running select (1 << 4) >> 2
 
2
# expected '4' but got '0'
 
3
# result should be 4
 
4
 
 
5
SELECT (1 << 4) >> 2;