mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
SQL: invalidate current SP at archive substitution [closes #127]
Related to #125
This commit is contained in:
@ -238,6 +238,10 @@ void sp_cache_flush_obsolete(sp_cache **cp, sp_head **sp)
|
||||
}
|
||||
}
|
||||
|
||||
void sp_cache_flush(sp_cache *cp, sp_head *sp)
|
||||
{
|
||||
cp->remove(sp);
|
||||
}
|
||||
|
||||
/**
|
||||
Return the current global version of the cache.
|
||||
|
Reference in New Issue
Block a user