mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
SQL: SP forced invalidate via 0
Invalidate via ULONG_MAX was wrong because sp_cache_flush_obsolete() works incorrectly in this case. Fixes MDEV-14749
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
#include "sp_head.h"
|
||||
|
||||
static mysql_mutex_t Cversion_lock;
|
||||
static ulong volatile Cversion= 0;
|
||||
static ulong volatile Cversion= 1;
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user