1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

set_var.cc, mysqld.cc, ha_innodb.h, ha_innodb.cc, srv0srv.c, srv0srv.h:

Added innodb_commit_concurrency variable
This commit is contained in:
vtkachenko@quadxeon.mysql.com
2005-08-11 18:03:01 +02:00
parent 0f75d64734
commit fc22a36d78
6 changed files with 55 additions and 3 deletions

View File

@ -232,6 +232,7 @@ extern ulong srv_n_spin_wait_rounds;
extern ulong srv_n_free_tickets_to_enter;
extern ulong srv_thread_sleep_delay;
extern ulong srv_thread_concurrency;
extern ulong srv_commit_concurrency;
}
extern TYPELIB innobase_lock_typelib;