mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
A clean-up after the patch for MDEV-8747 and MDEV-8749:
removing IMPOSSIBLE_RESULT from Item_result, as it's not needed any more. The fact that an Item is not in a comparison context is now always designated by IDENTITY_SUBST in Subst_constraint. Previously IMPOSSIBLE_RESULT and IDENTITY_SUBST co-existed but actually meant the same thing.
This commit is contained in:
@@ -547,7 +547,7 @@ struct my_rnd_struct;
|
||||
enum Item_result
|
||||
{
|
||||
STRING_RESULT=0, REAL_RESULT, INT_RESULT, ROW_RESULT, DECIMAL_RESULT,
|
||||
TIME_RESULT,IMPOSSIBLE_RESULT
|
||||
TIME_RESULT
|
||||
};
|
||||
|
||||
typedef struct st_udf_args
|
||||
|
Reference in New Issue
Block a user