1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-18 07:48:43 +03:00
Files
mariadb/mysql-test/t
evgen@moonbone.local 4f4711bd49 Fix bug#13356 resolve_const_item() wasn't able to handle Item_row items.
resolve_const_item() assumed to be not called for Item_row items. For
ensuring that DBUG_ASSERT(0) was set there.

This patch adds section for Item_row items. If it can it recursively calls
resolve_const_item() for each item the Item_row contains. If any of the
contained items is null then whole Item_row substitued by Item_null. Otherwise
it just returns.
2005-09-28 00:58:12 +04:00
..
2005-09-08 12:09:30 +04:00
2005-08-02 14:27:52 +05:00
2005-08-24 19:37:27 +03:00
2005-08-19 01:57:22 -07:00
2005-08-08 13:46:13 -07:00
2005-08-04 15:25:03 +05:00
2005-08-07 03:16:15 +01:00
2005-09-06 18:03:08 +04:00
2005-07-31 04:28:01 -07:00
2005-09-05 12:33:25 +02:00
2005-01-30 10:24:03 +00:00
2004-11-15 17:03:54 +01:00
2005-08-15 21:43:46 -07:00
2005-08-09 00:13:49 +03:00