mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 11:15:33 +02:00
Fix after last merge
This commit is contained in:
parent
5b53010f85
commit
e61e1c8f34
1 changed files with 1 additions and 1 deletions
|
|
@ -5425,7 +5425,7 @@ make_cond_for_table(COND *cond,table_map tables,table_map used_table)
|
|||
}
|
||||
new_cond->used_tables_cache=((Item_cond_or*) cond)->used_tables_cache;
|
||||
new_cond->top_level_item();
|
||||
DBUG_RETURN(new_cond);
|
||||
return new_cond;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue