mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -31,13 +31,8 @@ echo '##'
|
||||
####################################################################
|
||||
# Checking default value #
|
||||
####################################################################
|
||||
SELECT COUNT(@@GLOBAL.Host_Cache_Size);
|
||||
--echo 1 Expected
|
||||
|
||||
#set @Default_host_cache_size=(select if(if(@@global.max_connections<500,128+@@global.max_connections,128+@@global.max_connections+floor((@@global.max_connections-500)/20))>2000,2000,if(@@global.max_connections<500,128+@@global.max_connections,128+@@global.max_connections+floor((@@global.max_connections-500)/20))));
|
||||
set @Default_host_cache_size=279;
|
||||
|
||||
select @@global.Host_Cache_Size=@Default_host_cache_size;
|
||||
select @@global.Host_Cache_Size > 0;
|
||||
--echo 1 Expected
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user