~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-201203300109

« back to all changes in this revision

Viewing changes to mysql-test/r/func_in.result

  • Committer: Clint Byrum
  • Date: 2012-03-06 21:12:46 UTC
  • mfrom: (1.1.3)
  • Revision ID: clint@ubuntu.com-20120306211246-09ss35tkple29pzb
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
HEX(a)
470
470
7FFFFFFFFFFFFFFE
471
471
7FFFFFFFFFFFFFFF
 
472
Warnings:
 
473
Warning 1292    Truncated incorrect DOUBLE value: 'abc'
472
474
CREATE TABLE t3 (a BIGINT UNSIGNED);
473
475
INSERT INTO t3 VALUES (9223372036854775551);
474
476
SELECT HEX(a) FROM t3 WHERE a IN (9223372036854775807, 42);