~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to tests/t/func_in.test

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-21 16:39:40 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20101221163940-c1pfo1jjvx7909xq
Tags: 2010.12.06-0ubuntu1
* New upstream release.
* Added libaio-dev build depend for InnoDB.
* Removed libpcre patch - applied upstream.

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),