mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
lp:893522 more problems found by PVS Studio
This commit is contained in:
commit
45e25e3643
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ bool subquery_types_allow_materialization(Item_in_subselect *in_subs)
|
|||
break;
|
||||
case TIME_RESULT:
|
||||
if (mysql_type_to_time_type(outer->field_type()) !=
|
||||
mysql_type_to_time_type(outer->field_type()))
|
||||
mysql_type_to_time_type(inner->field_type()))
|
||||
DBUG_RETURN(FALSE);
|
||||
default:
|
||||
/* suitable for materialization */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue