~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_in.test

  • Committer: Brian Aker
  • Date: 2011-01-25 05:20:15 UTC
  • mto: (2109.1.6 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2112.
  • Revision ID: brian@tangent.org-20110125052015-nw5jhmiq0at1qt9u
Merge in reference from pointer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
SELECT * FROM t1 WHERE a=-1 OR a=-2 ;
296
296
SELECT * FROM t1 WHERE a IN (-1, -2);
297
297
 
298
 
CREATE TABLE t2 (a BIGINT);
 
298
CREATE TABLE t2 (a BIGINT UNSIGNED);
299
299
insert into t2 values(13491727406643098568),
300
300
       (0x0fffffefffffffff),
301
301
       (0x0ffffffeffffffff),