mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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 sql/mysqld.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets sql/set_var.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets mysql-test/t/innodb.test: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets mysql-test/r/innodb.result: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
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