mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Query cache.
Remove some warnings
This commit is contained in:
@@ -3159,6 +3159,7 @@ remove_eq_conds(COND *cond,Item::cond_result *cond_value)
|
||||
(thd->options & OPTION_AUTO_IS_NULL) &&
|
||||
thd->insert_id())
|
||||
{
|
||||
query_cache_abort(&thd->net);
|
||||
COND *new_cond;
|
||||
if ((new_cond= new Item_func_eq(args[0],
|
||||
new Item_int("last_insert_id()",
|
||||
|
||||
Reference in New Issue
Block a user