~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_in.test

  • Committer: David Shrewsbury
  • Date: 2011-01-13 18:43:55 UTC
  • mto: (2081.1.2 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2082.
  • Revision ID: shrewsbury.dave@gmail.com-20110113184355-wsmu0grg7tkxwdsc
Push ALTER SCHEMA through replication stream as proper GPB message instead of RAW_SQL.

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