1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-13 18:02:43 +03:00
Files
mariadb/plugin
Alexander Barkov 6a7e646df3 MDEV-23054 Assertion `!item->null_value' failed in Type_handler_inet6::make_sort_key_part (#2)
IFNULL(inet6_not_null_expr, 'foo') erroneously set its nullability to NOT NULL.

Fix:
- Moving the line "maybe_null= args[1]->maybe_null" before the call
  of fix_length_and_dec2(), so the call of Type_handler method
  Item_hybrid_func_fix_attributes() can reset it when desired.

- Fixing Type_handler_inet6::Item_hybrid_func_fix_attributes()
  to ignore args[0] when detecting nullability of IFNULL().
2020-08-11 12:35:19 +04:00
..
2019-05-14 17:18:46 +03:00
2019-05-13 17:54:04 +03:00
2019-07-20 09:09:28 +02:00
2020-07-02 09:41:44 +03:00
2020-08-01 14:42:51 +03:00
2019-05-13 17:54:04 +03:00
2020-06-13 19:01:28 +03:00
2019-05-13 17:54:04 +03:00
2019-10-31 11:19:35 +01:00
2020-07-02 09:41:44 +03:00
2020-05-05 21:16:22 +03:00
2019-05-11 22:19:05 +03:00
2020-05-31 10:28:59 +03:00
2020-04-29 15:40:51 +03:00