1
0
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:
Sergei Golubchik
2019-12-10 15:35:00 +01:00
parent dfe6e914e5
commit 0ea717f51a
942 changed files with 174739 additions and 20780 deletions

View File

@ -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%";