mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
logging_ok:
Logging to logging@openlogging.org accepted innodb.result, innodb.test, set_var.cc, mysqld.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets
This commit is contained in:
@@ -1236,14 +1236,14 @@ show variables like "innodb_thread_concurrency";
|
||||
set global innodb_thread_concurrency=16;
|
||||
show variables like "innodb_thread_concurrency";
|
||||
|
||||
# Test for innodb_free_tickets_to_enter variable
|
||||
show variables like "innodb_free_tickets_to_enter";
|
||||
set global innodb_free_tickets_to_enter=1000;
|
||||
show variables like "innodb_free_tickets_to_enter";
|
||||
set global innodb_free_tickets_to_enter=0;
|
||||
show variables like "innodb_free_tickets_to_enter";
|
||||
set global innodb_free_tickets_to_enter=500;
|
||||
show variables like "innodb_free_tickets_to_enter";
|
||||
# Test for innodb_concurrency_tickets variable
|
||||
show variables like "innodb_concurrency_tickets";
|
||||
set global innodb_concurrency_tickets=1000;
|
||||
show variables like "innodb_concurrency_tickets";
|
||||
set global innodb_concurrency_tickets=0;
|
||||
show variables like "innodb_concurrency_tickets";
|
||||
set global innodb_concurrency_tickets=500;
|
||||
show variables like "innodb_concurrency_tickets";
|
||||
|
||||
# Test for innodb_thread_sleep_delay variable
|
||||
show variables like "innodb_thread_sleep_delay";
|
||||
|
||||
Reference in New Issue
Block a user