~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_in.result

  • Committer: Brian Aker
  • Date: 2010-12-20 19:20:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2016.
  • Revision ID: brian@tangent.org-20101220192057-1ch4b9uo008d8rje
Merge in additional fixes for sign, plus alter table, plus TIME on
processlist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
a
386
386
SELECT * FROM t1 WHERE a IN (-1, -2);
387
387
a
388
 
CREATE TABLE t2 (a BIGINT);
 
388
CREATE TABLE t2 (a BIGINT UNSIGNED);
389
389
insert into t2 values(13491727406643098568),
390
390
(0x0fffffefffffffff),
391
391
(0x0ffffffeffffffff),