Tor Didriksen
042bd1511d
Bug#13463415 63502: INCORRECT RESULTS OF BIGINT AND DECIMAL COMPARISON
...
Bug#11758543 50756: BIGINT '100' MATCHES 1.001E2
Expressions of the form
BIGINT_COL <compare> <non-integer constant>
should be done either as decimal, or float.
Currently however, such comparisons are done as int,
which means that the constant may be truncated,
and yield false positives/negatives for all queries
where compare is '>' '<' '>=' '<=' '=' '!='.
BIGINT_COL IN <list of contstants>
and
BIGINT_COL BETWEEN <constant> AND <constant>
are also affected.
mysql-test/r/bigint.result:
New tests.
mysql-test/r/func_in.result:
BIGINT <=> string comparison should be done as float,
so a warning for the value 'abc' is appropriate.
mysql-test/t/bigint.test:
New tests.
sql/item_cmpfunc.cc:
In convert_constant_item() we verify that the constant item
can be stored in the given field.
For BIGINT columns (MYSQL_TYPE_LONGLONG) we must verify that the
stored constant value is actually comparable as int,
i.e. that the value was not truncated.
For between: compare as int only if both arguments convert correctly to int.
2012-01-25 10:36:25 +01:00
..
2011-06-30 17:31:31 +02:00
2012-01-18 00:16:19 +02:00
2011-06-30 17:46:53 +02:00
2011-09-14 16:10:18 +02:00
2011-12-02 14:16:48 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-05-21 10:21:08 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-07-04 01:25:49 +02:00
2011-07-04 01:25:49 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2010-11-11 20:11:05 +03:00
2011-11-18 14:53:54 +01:00
2011-08-19 09:06:50 +02:00
2011-11-18 14:53:54 +01:00
2011-08-30 10:16:23 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-22 11:50:44 +04:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-02-21 11:15:29 +01:00
2011-08-15 20:12:11 +02:00
2011-06-30 17:46:53 +02:00
2011-10-12 15:07:15 +03:00
2011-07-04 01:25:49 +02:00
2011-10-25 16:48:23 +03:00
2011-09-15 20:49:39 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-04-20 11:32:28 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2012-01-25 10:36:25 +01:00
2011-08-19 09:06:50 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-11-15 10:01:29 +01:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:46:53 +02:00
2011-02-08 17:47:33 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-12-15 16:48:40 +05:30
2011-07-03 17:47:37 +02:00
2011-10-05 13:55:51 +04:00
2011-10-05 13:55:51 +04:00
2011-10-12 17:41:25 +04:00
2011-10-12 17:41:25 +04:00
2012-01-24 13:24:05 +04:00
2011-07-03 17:47:37 +02:00
2011-07-06 01:13:50 +02:00
2011-06-30 17:46:53 +02:00
2012-01-12 13:02:51 +04:00
2011-10-24 13:21:32 +04:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-11-15 14:38:58 +00:00
2012-01-18 00:16:19 +02:00
2011-11-29 15:52:47 +01:00
2011-11-24 17:15:58 +00:00
2011-06-30 17:46:53 +02:00
2011-11-15 22:00:14 +04:00
2011-11-15 22:00:14 +04:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-03 17:47:37 +02:00
2011-10-14 11:14:44 +02:00
2011-06-30 17:46:53 +02:00
2012-01-25 15:59:30 +06:00
2012-01-25 15:59:30 +06:00
2011-06-30 17:31:31 +02:00
2011-12-13 17:44:19 +02:00
2011-12-13 17:44:19 +02:00
2011-10-19 16:07:14 +04:00
2011-06-30 17:46:53 +02:00
2011-07-03 17:47:37 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-15 16:29:07 +04:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-10-27 17:14:41 +03:00
2011-06-30 17:46:53 +02:00
2012-01-23 17:39:37 +05:30
2012-01-23 17:39:37 +05:30
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2012-01-23 17:39:37 +05:30
2012-01-23 17:39:37 +05:30
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-03 17:47:37 +02:00
2011-12-02 14:16:48 +01:00
2011-06-30 17:46:53 +02:00
2011-12-02 14:16:48 +01:00
2012-01-23 17:39:37 +05:30
2011-06-30 17:46:53 +02:00
2012-01-25 15:59:30 +06:00
2012-01-25 15:59:30 +06:00
2011-10-19 03:42:09 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-10-12 15:07:15 +03:00
2011-06-30 17:46:53 +02:00
2011-12-14 15:33:01 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-10-23 09:37:35 +04:00
2011-03-07 10:08:10 +01:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-10-19 03:42:09 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-12-14 15:33:43 +02:00
2011-11-10 10:43:34 +04:00
2011-06-30 17:46:53 +02:00
2012-01-02 06:50:05 +00:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-15 08:05:30 -03:00
2011-04-15 16:02:22 +04:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-11-21 17:07:08 +05:30
2011-06-30 17:46:53 +02:00
2011-12-14 15:33:43 +02:00
2011-12-14 17:02:55 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-07 08:22:43 -03:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2012-01-25 15:59:30 +06:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-06 16:53:46 +03:00
2011-06-30 17:46:53 +02:00
2011-11-15 22:00:14 +04:00
2011-06-30 17:46:53 +02:00
2012-01-16 12:04:28 +02:00
2011-06-30 17:46:53 +02:00
2012-01-25 15:59:30 +06:00
2011-06-30 17:46:53 +02:00
2011-07-06 01:13:50 +02:00
2011-07-20 08:50:47 +02:00
2011-06-30 17:46:53 +02:00
2011-11-17 09:00:58 +01:00
2010-12-07 16:11:13 +00:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2012-01-18 00:16:19 +02:00
2011-06-30 17:46:53 +02:00
2011-11-18 14:53:54 +01:00
2011-07-03 17:47:37 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-08-15 18:31:45 +04:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-10-31 10:10:04 +01:00
2011-07-03 17:47:37 +02:00
2011-12-14 14:41:40 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-07-04 01:25:49 +02:00
2011-03-07 10:08:10 +01:00
2010-10-06 11:34:28 -03:00
2012-01-16 12:04:28 +02:00
2011-06-30 17:46:53 +02:00
2011-07-11 11:27:52 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-10-06 11:49:58 +01:00
2011-06-30 17:46:53 +02:00
2011-12-14 15:33:43 +02:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2012-01-25 15:59:30 +06:00
2011-12-02 15:16:39 +01:00
2011-07-04 01:25:49 +02:00
2011-07-04 01:25:49 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-04-14 10:13:28 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-07-04 01:25:49 +02:00
2011-07-15 14:08:14 +02:00