Alexander Nozdrin
d91c271b2b
Patch for Bug#50511 (Sometimes wrong handling of user variables containing NULL).
...
The bug happened under the following condition:
- there was a user variable of type REAL, containing NULL value
- there was a table with a NOT_NULL column of any type but REAL, having
default value (or auto increment);
- a row was inserted into the table with the user variable as value.
A warning was emitted here.
The problem was that handling of NULL values of REAL type was not properly
implemented: it didn't expect that REAL NULL value can be assigned to other
data type.
Basically, the problem was that set_field_to_null() was used instead of
set_field_to_null_with_conversions().
The fix is to use the right function, or more generally, to allow conversion of
REAL NULL values to other data types.
2010-05-05 15:00:59 +04:00
..
2010-04-28 14:47:49 +02:00
2010-01-06 22:42:07 -07:00
2009-11-25 13:53:23 +03:00
2010-04-27 11:37:46 +02:00
2010-03-31 16:05:33 +02:00
2010-03-19 11:06:40 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-07 13:58:40 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-20 10:51:50 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-20 10:51:50 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-13 19:04:45 +04:00
2010-03-31 16:05:33 +02:00
2010-04-07 13:58:40 +02:00
2010-05-05 14:34:20 +04:00
2010-03-31 16:05:33 +02:00
2010-02-11 08:17:25 +04:00
2010-03-31 16:05:33 +02:00
2010-03-20 23:23:42 +03:00
2010-04-22 22:53:26 +04:00
2010-04-13 19:04:45 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-05-05 15:00:59 +04:00
2010-04-14 01:56:19 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2009-12-22 10:35:56 +01:00
2010-03-31 16:05:33 +02:00
2010-02-20 12:40:21 +03:00
2010-03-31 16:05:33 +02:00
2010-04-12 17:17:37 +04:00
2010-04-20 10:10:43 +01:00
2010-04-28 14:47:49 +02:00
2010-03-31 16:05:33 +02:00
2010-04-20 10:10:43 +01:00
2010-04-20 10:10:43 +01:00
2009-12-11 15:51:39 +01:00
2010-04-13 19:04:45 +04:00
2010-03-07 10:50:47 -07:00
2010-03-24 20:15:06 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-13 19:04:45 +04:00
2010-04-12 17:35:06 +04:00
2010-03-31 16:05:33 +02:00
2009-11-09 12:32:48 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2009-12-17 18:39:10 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2009-11-06 19:13:33 +03:00
2010-03-31 16:05:33 +02:00
2010-01-25 22:34:34 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-07 13:58:40 +02:00
2010-03-31 16:05:33 +02:00
2010-04-13 19:04:45 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-14 01:56:19 +04:00
2010-04-07 13:58:40 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-28 11:26:47 +08:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-13 19:04:45 +04:00
2010-04-07 13:58:40 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-15 13:36:36 +04:00
2010-03-31 16:05:33 +02:00
2010-04-20 10:51:50 +02:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2009-12-25 16:49:21 +01:00
2010-04-07 13:58:40 +02:00
2010-04-12 17:17:37 +04:00
2010-04-29 11:43:54 +01:00
2010-04-26 10:02:29 +01:00
2010-03-31 16:05:33 +02:00
2010-04-13 19:04:45 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-07 13:58:40 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-12 17:17:37 +04:00
2010-04-07 13:58:40 +02:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-07 13:58:40 +02:00
2010-03-31 16:05:33 +02:00
2010-04-19 12:05:07 +01:00
2010-04-19 12:05:07 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-05-05 14:34:20 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-26 10:02:29 +01:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-01-21 23:43:03 +03:00
2009-11-02 21:05:42 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-07 13:58:40 +02:00
2010-04-21 00:29:30 +02:00
2010-03-31 16:05:33 +02:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-13 11:38:28 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-20 10:51:50 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-14 01:56:19 +04:00
2010-04-14 01:56:19 +04:00
2010-04-21 08:50:58 +02:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-07 13:58:40 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-20 10:51:50 +02:00
2010-04-12 17:17:37 +04:00
2010-04-07 13:58:40 +02:00
2010-03-31 16:05:33 +02:00
2010-04-14 01:56:19 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-04-20 10:51:50 +02:00
2010-03-31 16:05:33 +02:00
2010-04-07 13:58:40 +02:00
2010-04-12 17:17:37 +04:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2009-12-03 21:37:38 +03:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-15 14:57:20 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00