unknown
e40e8052e8
BUG#17047: CHAR() and IN() can return NULL without signaling NULL result
...
The problem was that some functions (namely IN() starting with 4.1, and
CHAR() starting with 5.0) were returning NULL in certain conditions,
while they didn't set their maybe_null flag. Because of that there could
be some problems with 'IS NULL' check, and statements that depend on the
function value domain, like CREATE TABLE t1 SELECT 1 IN (2, NULL);.
The fix is to set maybe_null correctly.
mysql-test/r/func_in.result:
Add result for bug#17047: CHAR() and IN() can return NULL without
signaling NULL result.
mysql-test/t/func_in.test:
Add test case for bug#17047: CHAR() and IN() can return NULL without
signaling NULL result.
sql/item_cmpfunc.cc:
Remove assignment to maybe_null, as it was already set in fix_fields()
based on all arguments, not only on the first.
2006-11-16 13:21:38 +03:00
..
2005-08-29 16:54:33 +02:00
2006-09-28 14:30:20 -04:00
2005-12-10 18:02:36 +04:00
2006-05-01 21:30:09 +03:00
2006-05-18 17:10:58 +05:00
2006-06-07 14:01:10 +05:00
2005-06-16 10:09:05 +02:00
2005-12-08 12:33:33 -08:00
2005-08-08 13:18:18 +03:00
2004-11-16 12:05:13 +04:00
2005-04-26 15:52:04 +02:00
2006-05-04 11:55:09 +05:00
2006-09-13 14:41:28 +04:00
2006-06-15 16:39:18 +04:00
2005-02-01 16:27:08 +02:00
2005-09-08 12:09:30 +04:00
2004-11-10 17:56:45 +01:00
2004-08-26 18:26:38 +03:00
2006-03-29 19:52:26 +05:00
2005-11-06 02:11:12 +03:00
2005-12-12 21:42:09 +04:00
2005-04-10 12:40:33 +05:00
2005-11-01 13:18:46 +04:00
2005-11-01 13:18:46 +04:00
2006-07-25 17:27:53 +05:00
2005-03-30 14:10:27 +05:00
2004-12-06 19:01:51 +03:00
2005-12-09 16:37:58 +04:00
2005-12-09 16:37:58 +04:00
2005-12-12 21:42:09 +04:00
2005-02-18 16:10:12 +04:00
2006-04-06 10:51:23 +05:00
2006-03-20 16:28:25 +04:00
2005-05-06 18:41:41 +05:00
2005-01-21 16:49:20 +04:00
2006-08-15 15:24:07 +05:00
2006-05-24 00:55:53 +02:00
2005-09-21 23:10:51 +05:00
2005-09-21 23:10:51 +05:00
2006-08-11 13:19:44 +05:00
2005-02-10 18:08:30 -08:00
2006-09-20 09:46:12 -07:00
2005-12-12 21:42:09 +04:00
2006-10-05 16:38:21 +05:00
2006-07-18 21:30:26 +04:00
2006-09-04 18:40:30 +03:00
2005-02-14 02:06:21 +02:00
2006-08-23 16:46:57 +03:00
2006-05-09 23:01:31 +03:00
2005-04-27 14:31:04 +03:00
2004-08-26 18:27:33 +03:00
2004-08-13 17:14:36 -07:00
2006-05-30 00:08:58 -07:00
2004-12-17 23:37:43 +01:00
2004-10-07 10:50:13 +03:00
2005-08-05 15:37:24 +02:00
2006-01-23 17:15:33 +04:00
2005-02-17 02:59:39 +01:00
2004-10-26 19:30:01 +03:00
2004-10-26 19:30:01 +03:00
2005-08-07 21:03:45 +00:00
2005-08-29 22:35:48 -05:00
2006-02-01 20:40:12 +04:00
2006-04-13 16:19:21 +05:00
2006-05-26 01:24:14 +04:00
2005-10-06 16:15:53 -07:00
2005-07-07 11:49:44 -07:00
2005-06-27 20:31:02 +03:00
2005-06-27 20:31:00 +03:00
2006-10-16 13:10:25 +03:00
2006-08-10 16:45:02 +03:00
2006-09-13 14:41:28 +04:00
2006-11-16 13:21:38 +03:00
2005-09-06 16:16:10 +05:00
2005-10-17 17:00:42 -07:00
2006-08-23 18:02:31 -06:00
2006-04-11 13:53:44 +05:00
2006-06-27 19:33:59 +04:00
2004-09-11 15:48:23 +04:00
2006-07-19 12:36:55 -07:00
2005-08-08 19:09:54 +05:00
2006-09-13 14:41:28 +04:00
2006-09-21 09:35:17 +05:00
2006-09-29 17:56:02 +05:00
2006-06-22 22:11:27 +05:00
2006-06-27 20:10:49 -04:00
2005-05-18 16:41:32 +03:00
2006-08-03 14:03:08 +05:00
2006-10-16 13:10:25 +03:00
2005-11-15 18:09:40 +01:00
2005-03-22 16:10:39 -08:00
2005-05-05 10:36:17 -07:00
2005-03-03 14:15:37 +04:00
2004-08-12 20:57:18 -07:00
2005-12-09 16:37:58 +04:00
2004-12-06 16:26:05 -08:00
2005-12-09 16:37:58 +04:00
2005-07-22 21:06:02 +05:00
2006-03-20 16:28:25 +04:00
2004-11-03 17:59:03 +00:00
2004-12-01 02:35:02 +01:00
2005-05-08 22:56:58 +01:00
2006-05-06 23:48:13 -07:00
2006-08-14 12:59:54 +05:00
2005-11-22 12:58:55 -05:00
2006-02-23 23:41:15 +03:00
2005-05-27 04:17:33 +02:00
2005-06-07 22:43:25 +02:00
2006-10-25 19:53:26 +04:00
2004-10-27 18:57:49 +03:00
2005-04-06 16:52:41 +03:00
2006-01-30 15:17:33 +03:00
2005-03-30 17:32:44 -08:00
2006-06-19 13:22:42 +03:00
2006-09-08 10:24:14 +03:00
2005-09-06 18:03:08 +04:00
2006-05-30 00:08:58 -07:00
2004-09-02 22:06:30 -07:00
2006-06-30 18:29:27 +03:00
2006-03-06 18:34:38 +01:00
2006-09-01 15:07:04 +03:00
2005-10-21 19:54:34 -07:00
2004-10-06 19:14:33 +03:00
2006-01-23 19:19:29 +01:00
2006-05-04 11:55:09 +05:00
2005-07-05 17:27:37 +02:00
2006-09-29 19:00:52 +05:00
2005-02-15 13:36:46 -08:00
2005-08-31 18:32:15 -07:00
2006-10-06 10:54:47 +05:00
2005-08-10 18:32:17 -07:00
2006-05-09 23:01:31 +03:00
2005-02-17 11:48:44 -08:00
2006-05-29 00:32:59 +04:00
2006-10-09 19:40:16 +02:00
2006-08-16 13:55:16 -04:00
2004-09-09 11:22:23 -05:00
2006-05-09 23:01:31 +03:00
2006-08-17 14:09:24 -07:00
2006-05-04 09:58:03 +05:00
2005-11-25 10:41:22 +01:00
2004-11-08 11:06:36 +01:00
2006-05-15 17:16:21 +02:00
2005-09-12 12:45:03 -07:00
2006-02-10 17:40:22 +01:00
2006-05-02 14:33:55 +02:00
2006-09-21 16:49:07 +02:00
2005-09-30 11:39:49 +02:00
2005-04-22 15:28:23 +02:00
2004-11-19 09:17:36 +00:00
2005-02-16 12:45:59 +01:00
2006-09-21 16:49:07 +02:00
2004-09-17 14:09:21 +02:00
2005-06-17 14:45:54 +02:00
2004-09-30 21:36:25 +00:00
2006-02-07 00:03:39 +01:00
2006-06-14 20:16:32 +02:00
2006-08-15 13:12:27 +02:00
2006-09-13 19:56:02 +02:00
2006-05-05 17:18:47 +02:00
2004-08-31 12:07:48 +02:00
2005-05-04 10:16:03 +02:00
2004-10-07 08:42:11 +00:00
2004-08-31 14:35:04 +03:00
2006-06-02 07:26:45 +02:00
2005-04-01 17:59:46 +02:00
2006-10-06 14:47:58 +05:00
2004-08-31 21:10:57 +03:00
2005-07-27 13:45:06 +03:00
2005-06-17 18:07:46 +02:00
2005-07-31 04:28:01 -07:00
2006-04-28 12:15:29 -04:00
2006-07-10 16:27:03 +03:00
2006-09-29 20:02:53 +04:00
2004-12-01 02:35:02 +01:00
2006-04-20 22:15:38 -07:00
2006-05-08 04:37:58 +02:00
2006-05-30 00:08:58 -07:00
2006-07-03 14:54:09 +05:00
2005-09-09 13:22:16 +05:00
2005-09-09 13:22:16 +05:00
2005-09-09 13:22:16 +05:00
2005-09-09 13:22:16 +05:00
2005-09-12 14:21:38 +05:00
2005-09-12 14:21:38 +05:00
2004-11-02 15:09:57 +01:00
2006-04-28 11:23:31 +02:00
2005-11-14 16:36:06 +04:00
2006-11-02 01:08:39 +03:00
2005-08-11 13:07:08 +03:00
2006-09-12 19:06:26 +04:00
2006-06-30 09:05:12 +04:00
2004-10-07 10:50:13 +03:00
2006-10-19 17:35:09 +05:00
2005-03-16 15:57:57 +03:00
2005-02-21 16:26:04 +01:00
2004-10-20 17:28:40 +03:00
2004-12-03 18:42:35 +01:00
2005-06-16 16:56:03 +02:00
2006-04-13 20:42:48 +02:00
2004-08-31 14:35:04 +03:00
2005-08-24 19:37:27 +03:00
2005-07-28 21:25:05 +03:00
2005-10-12 13:29:55 +02:00
2005-06-01 14:35:02 -07:00
2005-07-15 17:51:43 +02:00
2005-10-08 14:46:04 +02:00
2004-08-19 23:24:35 +02:00
2006-01-26 12:49:55 +02:00
2005-07-05 13:55:54 +02:00
2006-10-06 13:34:07 +04:00
2004-12-16 23:14:41 +01:00
2005-08-02 15:13:56 -06:00
2004-12-03 12:13:51 +01:00
2006-06-07 14:01:10 +05:00
2005-01-10 15:13:33 +01:00
2006-09-21 03:32:42 +02:00
2005-09-14 06:31:38 -06:00
2005-02-14 23:47:17 +01:00
2005-10-14 00:02:38 +03:00
2005-10-10 15:10:14 +02:00
2006-01-26 12:49:55 +02:00
2005-10-06 19:51:08 +05:00
2006-04-13 20:42:48 +02:00
2005-08-31 18:08:45 +02:00
2005-04-06 12:20:55 +02:00
2005-07-18 14:46:53 +02:00
2004-09-07 21:30:28 +02:00
2005-09-12 10:50:42 +02:00
2004-12-02 14:43:51 +02:00
2006-05-12 21:38:41 +03:00
2006-03-08 10:15:48 +01:00
2005-12-12 17:51:56 +01:00
2006-05-05 11:21:21 +03:00
2005-03-29 17:17:46 -08:00
2005-02-28 19:59:38 +04:00
2005-02-28 20:21:21 +03:00
2006-07-26 18:49:26 +03:00
2005-10-13 15:52:22 +02:00
2005-02-14 20:33:14 -08:00
2005-09-29 16:17:45 +05:00
2006-07-26 19:19:30 +03:00
2004-08-24 10:15:39 +03:00
2005-02-06 13:06:12 +02:00
2006-09-25 05:24:07 -07:00
2006-06-27 22:22:43 +05:00
2005-02-10 20:25:14 -08:00
2006-08-29 16:59:20 +04:00
2005-03-29 17:17:46 -08:00
2004-11-12 17:44:17 +02:00
2005-06-17 08:56:04 -07:00
2004-08-24 17:24:23 +02:00
2005-04-01 16:43:35 -08:00
2006-09-14 18:45:23 +04:00
2005-08-09 00:13:49 +03:00
2005-09-27 15:11:39 +05:00
2006-09-11 14:50:46 +05:00
2006-09-22 19:23:58 +04:00
2005-03-30 17:32:44 -08:00
2005-02-28 11:59:46 +02:00
2006-01-10 17:57:46 +03:00
2005-04-19 15:12:32 +02:00
2004-08-19 03:02:09 +02:00
2006-03-01 17:58:01 +04:00
2006-01-26 00:06:20 +03:00
2005-03-29 17:17:46 -08:00
2006-09-13 14:41:28 +04:00
2005-10-10 19:39:16 -07:00
2005-10-11 09:12:12 -07:00
2006-07-14 16:26:58 +05:00
2005-08-31 18:32:15 -07:00