mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
P_S 5.7.28
This commit is contained in:
@ -17,7 +17,7 @@ SET @saved_thread_cache_size = @@global.thread_cache_size;
|
||||
|
||||
set global thread_cache_size = 0;
|
||||
|
||||
show variables like "thread_cache_size";
|
||||
show global variables like "thread_cache_size";
|
||||
|
||||
connect (con1, localhost, root, , );
|
||||
|
||||
@ -91,7 +91,7 @@ select @thread_id_increment;
|
||||
|
||||
set global thread_cache_size = 100;
|
||||
|
||||
show variables like "thread_cache_size";
|
||||
show global variables like "thread_cache_size";
|
||||
|
||||
connect (con1, localhost, root, , );
|
||||
|
||||
@ -169,5 +169,5 @@ select @thread_id_increment;
|
||||
|
||||
set global thread_cache_size = @saved_thread_cache_size;
|
||||
|
||||
show status like "performance_schema_thread%";
|
||||
show global status like "performance_schema_thread%";
|
||||
|
||||
|
Reference in New Issue
Block a user